mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
27 lines
514 B
Plaintext
27 lines
514 B
Plaintext
DESCRIPTION="GNU regular expression matcher"
|
|
HOMEPAGE="http://www.gnu.org/software/grep/"
|
|
SRC_URI="http://ftp.gnu.org/gnu/grep/grep-2.6.1.tar.gz"
|
|
CHECKSUM_MD5="8d1496da11029112a4d0986cbf09e26f"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd grep-2.6.1
|
|
libtoolize --force --copy --install
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd grep-2.6.1
|
|
make install
|
|
}
|
|
|
|
TEST {
|
|
cd grep-2.6.1
|
|
make check
|
|
}
|
|
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="1992-2010 Free Software Foundation, Inc."
|