* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -0,0 +1,25 @@
DESCRIPTION="create dependencies in makefiles"
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/util/"
SRC_URI="http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.2.tar.bz2"
CHECKSUM_MD5="62e58330fe8d1e3e28c7a45779833a48"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/pkgconfig >= 0.9
x11-misc/util-macros >= 1.7.0
x11-proto/xproto >= 7.0.16"
BUILD()
{
cd makedepend-1.0.2
libtoolize --force --copy --install
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd makedepend-1.0.2
make install
}
LICENSE="MIT"
COPYRIGHT="1993, 1994, 1998 The Open Group
1992 Network Computing Devices, Inc."