Added grep-2.5.4. All tests pass.

It will attempt to use iconv and pcre if installed.
This commit is contained in:
Chris Roberts
2010-03-18 20:17:23 +00:00
parent 8166831cf6
commit cdecd87cd6
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
DESCRIPTION="GNU regular expression matcher"
HOMEPAGE="http://www.gnu.org/software/grep/"
SRC_URI="http://ftp.gnu.org/gnu/grep/grep-2.5.4.tar.bz2"
CHECKSUM_MD5="5650ee2ae6ea4b39e9459d7d0585b315"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd grep-2.5.4
libtoolize --force --copy --install
./configure --prefix=/boot/common
make
}
INSTALL {
cd grep-2.5.4
make install
}

View File

@@ -0,0 +1,5 @@
Package: grep
Version: 2.5.4
Copyright: 1992-2010 Free Software Foundation, Inc.
License: GNU GPL v3
URL: http://www.gnu.org/software/grep/