# HG changeset patch # User Christophe Lincoln # Date 1330436251 -3600 # Node ID 1af043c699dacbfca87f69d6e9ff61bbfbe3b8a9 # Parent 80044994b6f954f8f7c60cc717b93dc7f89b7226 Add gtk-engine-nodoka (Light and modern GTK engine/theme) diff -r 80044994b6f9 -r 1af043c699da gtk-engine-nodoka/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk-engine-nodoka/receipt Tue Feb 28 14:37:31 2012 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="gtk-engine-nodoka" +VERSION="0.7.5" +SOURCE="gtk-nodoka-engine" +CATEGORY="x-window" +SHORT_DESC="Light and modern GTK theme engine." +MAINTAINER="pankso@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://fedorahosted.org/nodoka/" +WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL" + +DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gtk-2.0/2.10.0/engines + cp $install/usr/lib/gtk-2.0/2.10.0/engines/*.so + $fs/usr/lib/gtk-2.0/2.10.0/engines + cp -a $install/usr/share $fs/usr +}