wok-current diff pcre-dev/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-dev/receipt	Thu Nov 03 00:14:11 2011 +0000
     1.2 +++ b/pcre-dev/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-dev"
     1.7 -VERSION="8.20"
     1.8 +VERSION="8.30"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl Compatible Regular Expressions devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,8 +13,8 @@
    1.13  genpkg_rules()
    1.14  {
    1.15      mkdir -p $fs/usr/lib
    1.16 -    cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 -    cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 -    cp -a $_pkg/usr/include $fs/usr
    1.19 -    cp -a $_pkg/usr/bin $fs/usr
    1.20 +    cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.21 +    cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +    cp -a $install/usr/include $fs/usr
    1.23 +    cp -a $install/usr/bin $fs/usr
    1.24  }