wok-current diff pcre/receipt @ rev 12470

Up: pcre (8.30) Have --enable-unicode-properties so we can build glib with it
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 23 12:50:36 2012 +0200 (2012-04-23)
parents ce9eff8c4509
children 1eb14edfc844
line diff
     1.1 --- a/pcre/receipt	Thu Nov 03 00:14:11 2011 +0000
     1.2 +++ b/pcre/receipt	Mon Apr 23 12:50:36 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcre"
     1.7 -VERSION="8.20"
     1.8 +VERSION="8.30"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Perl Compatible Regular Expressions."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,7 +13,10 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --enable-utf8 $CONFIGURE_ARGS &&
    1.17 +	./configure \
    1.18 +		--enable-utf \
    1.19 +		--enable-unicode-properties \
    1.20 +		$CONFIGURE_ARGS &&
    1.21  	make && make install
    1.22  }
    1.23  
    1.24 @@ -21,5 +24,5 @@
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.29 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.30  }