wok diff pcre/receipt @ rev 1868

Fix: amsn DEPENDS.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Dec 16 22:42:28 2008 +0100 (2008-12-16)
parents b1a369a1cb4c
children 1ebcf9d9dad9
line diff
     1.1 --- a/pcre/receipt	Sun Apr 13 00:44:44 2008 +0200
     1.2 +++ b/pcre/receipt	Tue Dec 16 22:42:28 2008 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcre"
     1.7 -VERSION="7.6"
     1.8 +VERSION="7.8"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Perl Compatible Regular Expressions."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,8 +16,8 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--enable-utf8 \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22