wok-6.x diff gst-python/receipt @ rev 12397
alsa-utils: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 20 09:42:54 2012 +0200 (2012-04-20) |
parents | e6caf76b997d |
children | f1f0f4bab8de |
line diff
1.1 --- a/gst-python/receipt Sat Feb 05 16:45:54 2011 +0000 1.2 +++ b/gst-python/receipt Fri Apr 20 09:42:54 2012 +0200 1.3 @@ -15,9 +15,12 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var && 1.8 + ./configure --prefix=/usr \ 1.9 + --sysconfdir=/etc \ 1.10 + --localstatedir=/var \ 1.11 + $CONFIGURE_ARGS && 1.12 make && 1.13 - make DESTDIR=$PWD/_pkg install 1.14 + make DESTDIR=$DESTDIR install 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.