wok rev 12771

pcre: add to arm arch
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 13 03:20:37 2012 +0200 (2012-05-13)
parents e3c1d6be7e77
children 198bdfe3af18
files pcre-dev/receipt pcre/receipt
line diff
     1.1 --- a/pcre-dev/receipt	Sun May 13 02:20:37 2012 +0200
     1.2 +++ b/pcre-dev/receipt	Sun May 13 03:20:37 2012 +0200
     1.3 @@ -8,6 +8,7 @@
     1.4  DEPENDS="pcre"
     1.5  WANTED="pcre"
     1.6  WEB_SITE="http://www.pcre.org/"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
     2.1 --- a/pcre/receipt	Sun May 13 02:20:37 2012 +0200
     2.2 +++ b/pcre/receipt	Sun May 13 03:20:37 2012 +0200
     2.3 @@ -8,6 +8,7 @@
     2.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.5  WEB_SITE="http://www.pcre.org/"
     2.6  WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL"
     2.7 +HOST_ARCH="i486 arm"
     2.8  
     2.9  # Rules to configure and make the package.
    2.10  compile_rules()