Remove outdated bep file, no use for it (#4865)

This commit is contained in:
Schrijvers Luc
2020-04-11 19:32:52 +02:00
committed by GitHub
parent e43d05b8a4
commit 6c3208ee48
4 changed files with 0 additions and 32 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/sh
#
# Copyright 2011, Haiku, Inc. All Rights Reserved.
# Distributed under the terms of the MIT License.
#
find $(finddir B_COMMON_DEVELOP_DIRECTORY)/headers -type f -print0 | xargs -0 egrep "$@"
# TODO add other header directories to search?

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/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."

Binary file not shown.

Binary file not shown.