wok diff alsa-lib/receipt @ rev 11047

Up: clamtk to 4.36.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 22:44:10 2011 +0000 (2011-10-16)
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	Sun Oct 16 22:44:10 2011 +0000
     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