mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated grep to 2.7, but it'll need to be patches for gcc2.
This commit is contained in:
20
sys-apps/grep/grep-2.7.bep
Normal file
20
sys-apps/grep/grep-2.7.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="GNU regular expression matcher"
|
||||
HOMEPAGE="http://www.gnu.org/software/grep/"
|
||||
SRC_URI="ftp://mirrors.kernel.org/gnu/grep/grep-2.7.tar.gz"
|
||||
CHECKSUM_MD5="e848f07e3e79aa7899345d17c7e4115e"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd grep-2.7
|
||||
libtoolize --force --copy --install
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd grep-2.7
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1992-2010 Free Software Foundation, Inc."
|
||||
Reference in New Issue
Block a user