Files
haikuports/sys-apps/lgrep/lgrep-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
463 B
Plaintext

DESCRIPTION="library grep"
HOMEPAGE="http://www.ports.haiku-files.org/"
SRC_URI="http://www.ports.haiku-files.org/export/1966/haikuports/trunk/sys-apps/lgrep/lgrep-1.0.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="2a699321a362a64d0999bf883be21452"
BUILD()
{
cd lgrep-1.0
}
INSTALL()
{
cd lgrep-1.0
BINDIR=`finddir B_COMMON_BIN_DIRECTORY`
mkdir -p $DESTDIR/$BINDIR
cp lgrep $DESTDIR/$BINDIR
}
LICENSE="MIT"
COPYRIGHT="2011 Haiku, Inc."