wok diff xz/receipt @ rev 10625
wvstreams: fic build (CONFIGURE_ARGS must sometime go first) + fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 26 21:39:55 2011 +0200 (2011-05-26) |
parents | 221336519316 |
children | 5ef314adeb5c |
line diff
1.1 --- a/xz/receipt Mon May 09 05:28:27 2011 +0000 1.2 +++ b/xz/receipt Thu May 26 21:39:55 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xz" 1.7 -VERSION="5.0.1" 1.8 +VERSION="5.0.2" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="General-purpose data compressor with a high compression ratio." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -15,9 +15,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --enable-dynamic=yes --enable-small && 1.17 - make && 1.18 - make install 1.19 + ./configure $CONFIGURE_ARGS \ 1.20 + --enable-dynamic=yes --enable-small && 1.21 + make && make install 1.22 } 1.23 1.24