wok diff clearlooks-colors/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents
children 887b3b11683d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/clearlooks-colors/receipt	Sun Feb 14 22:06:06 2016 +0100
     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 +}