wok-current diff libmpeg2/receipt @ rev 13340
get-playonlinux: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 05 14:59:33 2012 +0200 (2012-09-05) |
parents | ca3a94ba488f |
children | 9b6bb1d6033f |
line diff
1.1 --- a/libmpeg2/receipt Wed May 25 15:48:01 2011 +0200 1.2 +++ b/libmpeg2/receipt Wed Sep 05 14:59:33 2012 +0200 1.3 @@ -17,7 +17,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --enable-shared --disable-static && 1.8 + ./configure --prefix=/usr --enable-shared --disable-static \ 1.9 + $CONFIGURE_ARGS && 1.10 make && 1.11 make DESTDIR=$DESTDIR install 1.12 } 1.13 @@ -25,7 +26,7 @@ 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 - mkdir -p $fs/usr/lib 1.18 + mkdir -p $fs/usr/lib 1.19 cp -a $_pkg/usr/bin $fs/usr 1.20 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ 1.21 }