mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 00:30:06 +02:00
Added grep-2.5.4. All tests pass.
It will attempt to use iconv and pcre if installed.
This commit is contained in:
18
sys-apps/grep/grep-2.5.4.bep
Normal file
18
sys-apps/grep/grep-2.5.4.bep
Normal 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
|
||||
}
|
||||
5
sys-apps/grep/grep.OptionalPackageDescription
Normal file
5
sys-apps/grep/grep.OptionalPackageDescription
Normal 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/
|
||||
Reference in New Issue
Block a user