Files
haikuports/dev-libs/libxdg_basedir/libxdg_basedir-1.1.1.recipe
Oliver Tappe aec3652b01 Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
  ports that do not have a proper recipe yet
2013-08-25 23:51:08 +02:00

23 lines
519 B
Plaintext

DESCRIPTION="Small library to access XDG Base Directories Specification paths"
HOMEPAGE="http://standards.freedesktop.org/basedir-spec/"
SRC_URI="http://n.ethz.ch/student/nevillm/download/libxdg-basedir/libxdg-basedir-1.1.1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="7c64a28b08c8fdf6c8a95b0d5f1497b0"
BUILD()
{
cd libxdg-basedir-1.1.1
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd libxdg-basedir-1.1.1
make install
}
LICENSE="MIT"
COPYRIGHT="2007 Mark Nevill"