wok-next diff gtk-engine-nodoka/receipt @ rev 20734

nut: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 18:57:36 2018 +0300 (2018-05-29)
parents d43bf7aae921
children d958fec46c9f
line diff
     1.1 --- a/gtk-engine-nodoka/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/gtk-engine-nodoka/receipt	Tue May 29 18:57:36 2018 +0300
     1.3 @@ -1,32 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="gtk-engine-nodoka"
     1.8  VERSION="0.7.5"
     1.9 -SOURCE="gtk-nodoka-engine"
    1.10  CATEGORY="customization"
    1.11 -SHORT_DESC="Light and modern GTK theme engine."
    1.12 +SHORT_DESC="Light and modern GTK theme engine"
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16  WEB_SITE="https://fedorahosted.org/nodoka/"
    1.17 +
    1.18 +TARBALL="gtk-nodoka-engine-$VERSION.tar.gz"
    1.19  WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL"
    1.20  
    1.21 -DEPENDS="gtk+"
    1.22  BUILD_DEPENDS="gtk+-dev"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	cd $src
    1.28 +compile_rules() {
    1.29  	./configure $CONFIGURE_ARGS &&
    1.30 -	make && make install
    1.31 +	fix libtool &&
    1.32 +	make &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 -genpkg_rules()
    1.38 -{
    1.39 -	mkdir -p $fs/usr/lib/gtk-2.0/2.10.0/engines
    1.40 -	cp $install/usr/lib/gtk-2.0/2.10.0/engines/*.so \
    1.41 -		$fs/usr/lib/gtk-2.0/2.10.0/engines
    1.42 -	cp -a $install/usr/share $fs/usr
    1.43 +genpkg_rules() {
    1.44 +	copy @std
    1.45 +	DEPENDS="gtk+"
    1.46  }