Files
haikuports/dev-util/fastdep/fastdep-0.16.bep

21 lines
538 B
Plaintext

DESCRIPTION="fastdep is a fast dependency generator for C/C++ files."
HOMEPAGE="http://www.irule.be/bvh/c++/fastdep/"
SRC_URI="http://ports-space.haiku-files.org/dev-util/source/fastdep-0.16.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="838c08b790a5dfe9a50a4aec7947bc54"
BUILD {
cd fastdep-0.16
./configure
make
}
INSTALL {
cd fastdep-0.16
mkdir -p ${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY`
cp -f fastdep ${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY`
}
LICENSE="GNU GPL v2"
COPYRIGHT="2003 Bart Vanhauwaert"