mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Remove outdated bep file, no use for it (#4865)
This commit is contained in:
@@ -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?
|
||||
@@ -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.
Reference in New Issue
Block a user