Files
haikuports/dev-util/bakefile/bakefile-0.2.8.recipe
2013-03-30 18:58:47 +00:00

25 lines
535 B
Plaintext

DESCRIPTION="Native makefiles generator"
HOMEPAGE="http://www.bakefile.org"
SRC_URI="http://sourceforge.net/projects/bakefile/files/bakefile/0.2.8/bakefile-0.2.8.tar.gz/download"
CHECKSUM_MD5="874da5c9035514366b7723bc7657c71c"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd bakefile-0.2.8
touch ./ChangeLog
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd bakefile-0.2.8
make install
}
LICENSE="MIT"
COPYRIGHT="2003-2007 (c) Vaclav Slavik"