wok diff libzip/receipt @ rev 16556
Up: spk (1.4.2) - Critical bug fix for config files
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 30 14:37:37 2014 +0200 (2014-04-30) |
parents | d038b033c321 |
children | 4a1a5d881605 |
line diff
1.1 --- a/libzip/receipt Mon Nov 11 07:22:44 2013 +0000 1.2 +++ b/libzip/receipt Wed Apr 30 14:37:37 2014 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.nih.at/libzip/" 1.6 WGET_URL="${WEB_SITE}$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 BUILD_DEPENDS="zlib-dev" 1.10 DEPENDS="zlib" 1.11 @@ -17,7 +18,9 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - ./configure --prefix=/usr && 1.16 + ./configure \ 1.17 + --prefix=/usr \ 1.18 + $CONFIGURE_ARGS && 1.19 make && make -j 1 install 1.20 } 1.21