wok-stable diff alsa-lib/receipt @ rev 11385

Up: libsigc++ 2.2.10 (fix build issues)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:36:45 2011 +0100 (2011-12-10)
parents 3302917f7fbe
children 017dbd79b172
line diff
     1.1 --- a/alsa-lib/receipt	Thu Jan 27 00:20:51 2011 +0100
     1.2 +++ b/alsa-lib/receipt	Sat Dec 10 04:36:45 2011 +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