Files
haikuports/sys-apps/hgrep/hgrep-1.0.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

23 lines
462 B
Plaintext

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."