wok-stable rev 8230

imported patch cleanup/alsa-lib.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:51 2011 +0100 (2011-01-27)
parents 438f721fcdb1
children 890c8247a349
files alsa-lib/receipt
line diff
     1.1 --- a/alsa-lib/receipt	Thu Jan 27 00:20:51 2011 +0100
     1.2 +++ b/alsa-lib/receipt	Thu Jan 27 00:20:51 2011 +0100
     1.3 @@ -14,12 +14,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure \
     1.8 -		--prefix=/usr \
     1.9 -		--disable-python \
    1.10 -		$CONFIGURE_ARGS
    1.11 -	make
    1.12 -	make DESTDIR=$PWD/_pkg install
    1.13 +	./configure --disable-python &&
    1.14 +	make &&	make -j1 install
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.