wok rev 17898

Add clearlooks-colors.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 03 01:31:15 2015 +0300 (2015-04-03)
parents 74d144f735b5
children 3b1eee59411f
files clearlooks-colors/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/clearlooks-colors/receipt	Fri Apr 03 01:31:15 2015 +0300
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="clearlooks-colors"
     1.7 +VERSION="2.22"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="Clearlooks Colors contains eight GTK Clearlooks themes"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL"
    1.12 +WEB_SITE="http://gnome-look.org/content/show.php/Clearlooks-Colors?content=75417"
    1.13 +TARBALL="75417-Clearlooks-Colors.tar.gz"
    1.14 +WGET_URL="http://www.gnome-look.org/CONTENT/content-files/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk-clearlooks"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	T=$fs/usr/share/themes
    1.22 +	mkdir -p $T
    1.23 +	cp -a $src/Clearlooks* $T
    1.24 +	rm -rf $T/*Metacity
    1.25 +	chown -R root:root $fs
    1.26 +}