wok diff libmpeg2/receipt @ rev 13862
Up: vlc (2.0.5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 11 21:30:07 2013 +0100 (2013-01-11) |
parents | ca3a94ba488f |
children | 9b6bb1d6033f |
line diff
1.1 --- a/libmpeg2/receipt Wed May 25 15:48:01 2011 +0200 1.2 +++ b/libmpeg2/receipt Fri Jan 11 21:30:07 2013 +0100 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 }