* 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,22 @@
DESCRIPTION="header grep"
HOMEPAGE="http://www.ports.haiku-files.org/"
SRC_URI="http://www.ports.haiku-files.org/export/1966/haikuports/trunk/sys-apps/hgrep/hgrep-1.0.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="e909cea8f7ae7f6c73fe75a691b0440f"
BUILD()
{
cd hgrep-1.0
}
INSTALL()
{
cd hgrep-1.0
BINDIR=`finddir B_COMMON_BIN_DIRECTORY`
mkdir -p $DESTDIR/$BINDIR
cp hgrep $DESTDIR/$BINDIR
}
LICENSE="MIT"
COPYRIGHT="2011 Haiku, Inc."