wok-6.x diff libgpg-error/receipt @ rev 16476
ARM: add python-routes + python-serial (but main python dont cook anymore)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 22 22:49:42 2014 +0200 (2014-04-22) |
parents | 3b8da0bc3a5d |
children | ac006a7bf27c |
line diff
1.1 --- a/libgpg-error/receipt Tue Jun 11 10:56:08 2013 +0200 1.2 +++ b/libgpg-error/receipt Tue Apr 22 22:49:42 2014 +0200 1.3 @@ -9,18 +9,16 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.gnupg.org/related_software/libgpg-error/" 1.6 WGET_URL="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src 1.15 touch src/extra-h.in 1.16 - ./configure \ 1.17 - $CONFIGURE_ARGS && 1.18 - make && 1.19 - make DESTDIR=$DESTDIR install 1.20 + ./configure $CONFIGURE_ARGS && 1.21 + make && make DESTDIR=$DESTDIR install 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg.