wok rev 11887

Add gtk-engine-nodoka (Light and modern GTK engine/theme)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 28 14:37:31 2012 +0100 (2012-02-28)
parents 80044994b6f9
children d86d7ecd35b3
files gtk-engine-nodoka/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk-engine-nodoka/receipt	Tue Feb 28 14:37:31 2012 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtk-engine-nodoka"
     1.7 +VERSION="0.7.5"
     1.8 +SOURCE="gtk-nodoka-engine"
     1.9 +CATEGORY="x-window"
    1.10 +SHORT_DESC="Light and modern GTK theme engine."
    1.11 +MAINTAINER="pankso@slitaz.org"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="https://fedorahosted.org/nodoka/"
    1.14 +WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk+"
    1.17 +BUILD_DEPENDS="gtk+-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	./configure $CONFIGURE_ARGS &&
    1.24 +	make && make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/lib/gtk-2.0/2.10.0/engines
    1.31 +	cp $install/usr/lib/gtk-2.0/2.10.0/engines/*.so
    1.32 +		$fs/usr/lib/gtk-2.0/2.10.0/engines
    1.33 +	cp -a $install/usr/share $fs/usr
    1.34 +}