hgrep, remove old bep file (#2348)

This commit is contained in:
Schrijvers Luc
2018-03-29 19:50:59 +02:00
committed by waddlesplash
parent a208f4c642
commit 8ab2c5643e

View File

@@ -1,22 +0,0 @@
DESCRIPTION="header grep"
HOMEPAGE="http://www.ports.haiku-files.org/"
SOURCE_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."