wok rev 15974

libgpg-error: add to ARM arch
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 28 18:49:26 2014 +0100 (2014-02-28)
parents 99f12c8f02ec
children c4fa6bacf711
files libgpg-error-dev/receipt libgpg-error/receipt
line diff
     1.1 --- a/libgpg-error-dev/receipt	Fri Feb 28 15:26:37 2014 +0000
     1.2 +++ b/libgpg-error-dev/receipt	Fri Feb 28 18:49:26 2014 +0100
     1.3 @@ -8,6 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  WANTED="libgpg-error"
     1.6  WEB_SITE="http://www.gnupg.org/related_software/libgpg-error/"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="libgpg-error"
    1.10  
     2.1 --- a/libgpg-error/receipt	Fri Feb 28 15:26:37 2014 +0000
     2.2 +++ b/libgpg-error/receipt	Fri Feb 28 18:49:26 2014 +0100
     2.3 @@ -9,18 +9,16 @@
     2.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.5  WEB_SITE="http://www.gnupg.org/related_software/libgpg-error/"
     2.6  WGET_URL="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$TARBALL"
     2.7 +HOST_ARCH="i486 arm"
     2.8  
     2.9  DEPENDS=""
    2.10  
    2.11  # Rules to configure and make the package.
    2.12  compile_rules()
    2.13  {
    2.14 -	cd $src
    2.15  	touch src/extra-h.in
    2.16 -	./configure \
    2.17 -		$CONFIGURE_ARGS &&
    2.18 -	make &&
    2.19 -	make DESTDIR=$DESTDIR install
    2.20 +	./configure $CONFIGURE_ARGS &&
    2.21 +	make && make DESTDIR=$DESTDIR install
    2.22  }
    2.23  
    2.24  # Rules to gen a SliTaz package suitable for Tazpkg.