wok-current rev 5633
Add: gtk-theme-switch
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu May 27 19:01:05 2010 +0000 (2010-05-27) |
parents | 1e90dc8e2f19 |
children | 83b6631c10df |
files | gtk-theme-switch/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtk-theme-switch/receipt Thu May 27 19:01:05 2010 +0000 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gtk-theme-switch" 1.7 +VERSION="2.1.0" 1.8 +CATEGORY="utilites" 1.9 +SHORT_DESC="Utility to switch and preview GTK+ theme" 1.10 +MAINTAINER="devl547@gmail.com" 1.11 +TARBALL="gtk-theme-switch_2.1.0.orig.tar.gz" 1.12 +WEB_SITE="http://packages.qa.debian.org/g/gtk-theme-switch.html" 1.13 +WGET_URL="http://ftp.debian.org/debian/pool/main/g/$PACKAGE/$TARBALL" 1.14 +BUILD_DEPENDS="gtk+-dev" 1.15 +DEPENDS="gtk+" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + make 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/bin 1.28 + cp $src/gtk-theme-switch2 $fs/usr/bin/gtk-theme-switch2 1.29 +}