# HG changeset patch # User Alexander Medvedev # Date 1274986865 0 # Node ID 321144cabc7b2856c005e17ab22d828d379274a7 # Parent 1e90dc8e2f19b8df0713262d06db5a2d660442ac Add: gtk-theme-switch diff -r 1e90dc8e2f19 -r 321144cabc7b gtk-theme-switch/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk-theme-switch/receipt Thu May 27 19:01:05 2010 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="gtk-theme-switch" +VERSION="2.1.0" +CATEGORY="utilites" +SHORT_DESC="Utility to switch and preview GTK+ theme" +MAINTAINER="devl547@gmail.com" +TARBALL="gtk-theme-switch_2.1.0.orig.tar.gz" +WEB_SITE="http://packages.qa.debian.org/g/gtk-theme-switch.html" +WGET_URL="http://ftp.debian.org/debian/pool/main/g/$PACKAGE/$TARBALL" +BUILD_DEPENDS="gtk+-dev" +DEPENDS="gtk+" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp $src/gtk-theme-switch2 $fs/usr/bin/gtk-theme-switch2 +}