mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
hgrep, remove old bep file (#2348)
This commit is contained in:
committed by
waddlesplash
parent
a208f4c642
commit
8ab2c5643e
@@ -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."
|
||||
Reference in New Issue
Block a user