wok diff pcre/receipt @ rev 1027

linux: linux-ncp -> linux-ncpfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 10 14:12:07 2008 +0000 (2008-07-10)
parents 4615573735e2
children 402ed718502a
line diff
     1.1 --- a/pcre/receipt	Wed Feb 13 13:27:11 2008 +0100
     1.2 +++ b/pcre/receipt	Thu Jul 10 14:12:07 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcre"
     1.7 -VERSION="7.4"
     1.8 +VERSION="7.6"
     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 --prefix=/usr $CONFIGURE_ARGS
    1.17 +	./configure \
    1.18 +		--prefix=/usr \
    1.19 +		--enable-utf8 \
    1.20 +		$CONFIGURE_ARGS
    1.21  	make
    1.22  	make DESTDIR=$PWD/_pkg install
    1.23  }
    1.24 @@ -23,5 +26,4 @@
    1.25  {
    1.26  	mkdir -p $fs/usr/lib
    1.27  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.28 -	strip -s $fs/usr/lib/*
    1.29  }