mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
22
sys-apps/hgrep/hgrep-1.0.1.recipe
Normal file
22
sys-apps/hgrep/hgrep-1.0.1.recipe
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION="header grep"
|
||||
HOMEPAGE="http://www.ports.haiku-files.org/"
|
||||
SRC_URI="http://www.ports.haiku-files.org/export/1970/haikuports/trunk/sys-apps/hgrep/hgrep-1.0.1.zip"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="1c11724bc9fedd058fde03b5a9f242c2"
|
||||
BUILD()
|
||||
{
|
||||
cd hgrep-1.0.1
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd hgrep-1.0.1
|
||||
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