wok-stable rev 12065

fix gtk-engine-nodoka bdeps & genpkg_rules
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Mar 09 02:01:06 2012 +0100 (2012-03-09)
parents 162bb2a173bd
children 7233a836cfb2
files gtk-engine-nodoka/receipt
line diff
     1.1 --- a/gtk-engine-nodoka/receipt	Fri Mar 09 01:51:56 2012 +0100
     1.2 +++ b/gtk-engine-nodoka/receipt	Fri Mar 09 02:01:06 2012 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL"
     1.5  
     1.6  DEPENDS="gtk+"
     1.7 -BUILD_DEPENDS="gtk+-dev"
     1.8 +BUILD_DEPENDS="gtk+-dev wget"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -25,7 +25,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib/gtk-2.0/2.10.0/engines
    1.16 -	cp $install/usr/lib/gtk-2.0/2.10.0/engines/*.so
    1.17 +	cp $install/usr/lib/gtk-2.0/2.10.0/engines/*.so \
    1.18  		$fs/usr/lib/gtk-2.0/2.10.0/engines
    1.19  	cp -a $install/usr/share $fs/usr
    1.20  }