wok-current diff alsa-lib/receipt @ rev 8550
imported patch get/esmart
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | 33ca7f2d4b6a |
children | 200db0c149ba |
line diff
1.1 --- a/alsa-lib/receipt Sun May 30 03:54:08 2010 +0000 1.2 +++ b/alsa-lib/receipt Sun Feb 13 22:57:56 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.