grep: updated to 2.5.3

This commit is contained in:
Simone Rota 2007-09-19 21:08:27 +02:00
parent 9113622ed1
commit 685360eedf
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
52202fe462770fa6be1bb667bd6cf30c grep-2.5.1a.tar.bz2
27061ce1fde82876970b6549a156da8b grep-2.5.3.tar.bz2

View File

@ -3,16 +3,19 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=grep
version=2.5.1a
version=2.5.3
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
build() {
alias makeinfo=true
cd $name-$version
./configure --prefix=/usr \
--disable-perl-regexp \
--disable-nls
--disable-nls \
--mandir=/usr/man
sed -i 's|MAKEINFO = makeinfo|MAKEINFO = true|g' doc/Makefile
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
rm -rf $PKG/usr/share
}