* 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,23 @@
DESCRIPTION="mkdepend"
HOMEPAGE="http://www.bearnip.com/lars/be/mkdepend.html"
SRC_URI="http://ports.haiku-files.org/export/1051/haikuports/trunk/haiku-apps/mkdepend/source/mkdepend-1.7.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="d4ec4fea9dd9b7292b52d780c8ee3387"
BUILD()
{
cd mkdepend-1.7
rc mkdepend.rdef
xres mkdepend.rsrc
gcc args.c getargs.c main.c nodes.c reader.c util.c -o mkdepend
}
INSTALL()
{
cd mkdepend-1.7
mkdir -p ${DESTDIR}`finddir B_COMMON_BIN_DIRECTORY`
cp -a mkdepend ${DESTDIR}`finddir B_COMMON_BIN_DIRECTORY`
}
LICENSE="MIT"
COPYRIGHT="1995-2001 Lars Düning. All Rights Reserved"