wok view clearlooks-colors/receipt @ rev 19114

Add shiki-colors, shiki-colors-murrine. Specify HOST_ARCH="any" on the packages containing themes only.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 07 16:09:04 2016 +0300 (2016-05-07)
parents 28f9185fa14a
children 40fab26c175d
line source
1 # SliTaz package receipt.
3 PACKAGE="clearlooks-colors"
4 VERSION="2.22"
5 CATEGORY="base-system"
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 }