Added .bep files for hgrep and lgrep.

This commit is contained in:
Scott McCreary
2012-07-23 20:18:40 +00:00
parent 4e93af6af8
commit 8db2e9bc76
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="2a699321a362a64d0999bf883be21452"
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."

Binary file not shown.

View File

@@ -0,0 +1,20 @@
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."