# HG changeset patch # User Christophe Lincoln # Date 1336872037 -7200 # Node ID 1eb14edfc8444b1dba03c6c9d63984384e93b961 # Parent e3c1d6be7e7771d984de9e0fe5dcaaf031446ed9 pcre: add to arm arch diff -r e3c1d6be7e77 -r 1eb14edfc844 pcre-dev/receipt --- a/pcre-dev/receipt Sun May 13 02:20:37 2012 +0200 +++ b/pcre-dev/receipt Sun May 13 03:20:37 2012 +0200 @@ -8,6 +8,7 @@ DEPENDS="pcre" WANTED="pcre" WEB_SITE="http://www.pcre.org/" +HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r e3c1d6be7e77 -r 1eb14edfc844 pcre/receipt --- a/pcre/receipt Sun May 13 02:20:37 2012 +0200 +++ b/pcre/receipt Sun May 13 03:20:37 2012 +0200 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pcre.org/" WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules()