wok-current diff liblo/receipt @ rev 12017
Up zim 0.55
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 06 13:37:22 2012 +0100 (2012-03-06) |
parents | ac6fd5f970ad |
children | 8f447cf2eee5 |
line diff
1.1 --- a/liblo/receipt Tue Oct 19 21:07:40 2010 -0400 1.2 +++ b/liblo/receipt Tue Mar 06 13:37:22 2012 +0100 1.3 @@ -15,15 +15,15 @@ 1.4 1.5 compile_rules() { 1.6 cd $src 1.7 - ./configure --prefix=/usr && 1.8 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.9 make && 1.10 - make DESTDIR=$PWD/_pkg install 1.11 + make DESTDIR=$PWD/_pkg install 1.12 } 1.13 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