wok-next diff pcre/receipt @ rev 12742
Add softgun (ARM/emb system emulator)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 08 00:04:31 2012 +0200 (2012-05-08) |
parents | ce9eff8c4509 |
children | 1eb14edfc844 |
line diff
1.1 --- a/pcre/receipt Thu Nov 03 00:14:11 2011 +0000 1.2 +++ b/pcre/receipt Tue May 08 00:04:31 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 }