mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
23
haiku-apps/mkdepend/mkdepend-1.7.recipe
Normal file
23
haiku-apps/mkdepend/mkdepend-1.7.recipe
Normal 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"
|
||||
Reference in New Issue
Block a user