wok-4.x diff pcre/receipt @ rev 800
lxpanel: obconf is not a often used apps... 3 icons nice
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 15 21:41:53 2008 +0200 (2008-05-15) |
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 May 15 21:41:53 2008 +0200 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 }