wok annotate clearlooks-colors/receipt @ rev 19268
restore docs/busybox.1
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 04 10:47:24 2016 +0200 (2016-07-04) |
parents | 887b3b11683d |
children | a78610b2eb47 |
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@19126 | 5 CATEGORY="customization" |
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@19114 | 12 HOST_ARCH="any" |
al@17898 | 13 |
al@17898 | 14 DEPENDS="gtk-clearlooks" |
al@17898 | 15 |
al@17898 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@17898 | 17 genpkg_rules() |
al@17898 | 18 { |
al@17898 | 19 T=$fs/usr/share/themes |
al@17898 | 20 mkdir -p $T |
al@17898 | 21 cp -a $src/Clearlooks* $T |
al@17898 | 22 rm -rf $T/*Metacity |
al@17898 | 23 chown -R root:root $fs |
al@17898 | 24 } |