wok rev 9828

Up: grep to 2.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 12:01:44 2011 +0000 (2011-05-15)
parents 89d2e45be6c5
children 0b4f8654ae43
files grep/receipt
line diff
     1.1 --- a/grep/receipt	Sun May 15 16:30:57 2011 +0200
     1.2 +++ b/grep/receipt	Sun May 15 12:01:44 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="grep"
     1.7 -VERSION="2.7"
     1.8 +VERSION="2.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU Global Regular Expression Print."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -13,12 +13,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure \
    1.17 -		--prefix=/usr \
    1.18 -		--infodir=/usr/share/info \
    1.19 -		--mandir=/usr/share/man \
    1.20 -		$CONFIGURE_ARGS &&
    1.21 -	make && make DESTDIR=$PWD/_pkg install
    1.22 +	./configure && make && make install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 @@ -43,5 +38,5 @@
    1.27  
    1.28  post_remove()
    1.29  {
    1.30 -	ln -s /bin/busybox /usr/bin/grep
    1.31 +	ln -s /bin/busybox $1/usr/bin/grep
    1.32  }