wok diff liblo/receipt @ rev 11573

Fix build/host configure option in recipes which was not detecting the right ones well + tiny fixes.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 02 23:06:18 2012 +0100 (2012-01-02)
parents ac6fd5f970ad
children 8f447cf2eee5
line diff
     1.1 --- a/liblo/receipt	Tue Oct 19 21:07:40 2010 -0400
     1.2 +++ b/liblo/receipt	Mon Jan 02 23:06:18 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