wok-current diff libmpeg2/receipt @ rev 12295

Smbbox add (tiny gui for mount/unmount smb shares)
author Stanislas Leduc <shann@slitaz.org>
date Mon Apr 16 11:50:29 2012 +0200 (2012-04-16)
parents ca3a94ba488f
children 9b6bb1d6033f
line diff
     1.1 --- a/libmpeg2/receipt	Wed May 25 15:48:01 2011 +0200
     1.2 +++ b/libmpeg2/receipt	Mon Apr 16 11:50:29 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  }