wok-next diff libmpeg2/receipt @ rev 12029
No extensions in desktop files
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Mar 06 12:40:17 2012 -0800 (2012-03-06) |
parents | ca3a94ba488f |
children | 9b6bb1d6033f |
line diff
1.1 --- a/libmpeg2/receipt Wed May 25 15:48:01 2011 +0200 1.2 +++ b/libmpeg2/receipt Tue Mar 06 12:40:17 2012 -0800 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 }