wok annotate clearlooks-colors/receipt @ rev 18070
Up ms-sys (2.5.0), wkhtmltopdf (0.12.2.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 21 15:21:04 2015 +0200 (2015-05-21) |
parents | |
children | 887b3b11683d |
rev | line source |
---|---|
al@17898 | 1 # SliTaz package receipt. |
al@17898 | 2 |
al@17898 | 3 PACKAGE="clearlooks-colors" |
al@17898 | 4 VERSION="2.22" |
al@17898 | 5 CATEGORY="base-system" |
al@17898 | 6 SHORT_DESC="Clearlooks Colors contains eight GTK Clearlooks themes" |
al@17898 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@17898 | 8 LICENSE="GPL" |
al@17898 | 9 WEB_SITE="http://gnome-look.org/content/show.php/Clearlooks-Colors?content=75417" |
al@17898 | 10 TARBALL="75417-Clearlooks-Colors.tar.gz" |
al@17898 | 11 WGET_URL="http://www.gnome-look.org/CONTENT/content-files/$TARBALL" |
al@17898 | 12 |
al@17898 | 13 DEPENDS="gtk-clearlooks" |
al@17898 | 14 |
al@17898 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@17898 | 16 genpkg_rules() |
al@17898 | 17 { |
al@17898 | 18 T=$fs/usr/share/themes |
al@17898 | 19 mkdir -p $T |
al@17898 | 20 cp -a $src/Clearlooks* $T |
al@17898 | 21 rm -rf $T/*Metacity |
al@17898 | 22 chown -R root:root $fs |
al@17898 | 23 } |