wok-6.x view clearlooks-colors/receipt @ rev 20654
busybox: add cook workaround
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 13 11:19:21 2019 +0100 (2019-01-13) |
parents | 887b3b11683d |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="clearlooks-colors"
4 VERSION="2.22"
5 CATEGORY="customization"
6 SHORT_DESC="Clearlooks Colors contains eight GTK Clearlooks themes"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://gnome-look.org/content/show.php/Clearlooks-Colors?content=75417"
10 TARBALL="75417-Clearlooks-Colors.tar.gz"
11 WGET_URL="http://www.gnome-look.org/CONTENT/content-files/$TARBALL"
12 HOST_ARCH="any"
14 DEPENDS="gtk-clearlooks"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 T=$fs/usr/share/themes
20 mkdir -p $T
21 cp -a $src/Clearlooks* $T
22 rm -rf $T/*Metacity
23 chown -R root:root $fs
24 }