wok diff cairomm/receipt @ rev 13992

qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author ernia <monghitri@aruba.it>
date Mon Feb 11 23:39:16 2013 +0000 (2013-02-11)
parents 4094c708495a
children a00bf44ed23d
line diff
     1.1 --- a/cairomm/receipt	Fri May 20 06:56:28 2011 +0000
     1.2 +++ b/cairomm/receipt	Mon Feb 11 23:39:16 2013 +0000
     1.3 @@ -15,14 +15,14 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    cd $src
     1.8 -    ./configure $CONFIGURE_ARGS && 
     1.9 -    make && make install
    1.10 +	cd $src
    1.11 +	./configure $CONFIGURE_ARGS && 
    1.12 +	make && make install
    1.13  }
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.21  }