wok-next diff alsa-lib/receipt @ rev 11803
gnumeric: back to 1.10.17 - It was fine for last 3 months, now build on my local system with updated chroot and last pkgs from mirror
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 25 11:20:45 2012 +0100 (2012-02-25) |
parents | 3302917f7fbe |
children | 7fc02c677e62 |
line diff
1.1 --- a/alsa-lib/receipt Thu Jan 27 00:20:51 2011 +0100 1.2 +++ b/alsa-lib/receipt Sat Feb 25 11:20:45 2012 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="alsa-lib" 1.7 -VERSION="1.0.23" 1.8 +VERSION="1.0.24.1" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Alsa sound libraries." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -14,7 +14,8 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --disable-python && 1.17 + ./configure --disable-python \ 1.18 + $CONFIGURE_ARGS && 1.19 make && make -j1 install 1.20 } 1.21