wok-undigest rev 142

Move gtk-theme-switch to wok
author Alexander Medvedev <devl547@gmail.com>
date Thu May 27 19:00:45 2010 +0000 (2010-05-27)
parents a8157553abc6
children 4a2230cbbdd3
files gtk-theme-switch/receipt
line diff
     1.1 --- a/gtk-theme-switch/receipt	Thu May 27 18:58:51 2010 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,26 +0,0 @@
     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 -}