Files
haikuports/sys-apps/grep/grep-2.5.4.bep

21 lines
477 B
Plaintext

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=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd grep-2.5.4
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="1992-2010 Free Software Foundation, Inc."