wok view clearlooks-colors/receipt @ rev 19119

vlc (hack build for time being)
author Paul Issott <paul@slitaz.org>
date Sun May 08 09:53:06 2016 +0100 (2016-05-08)
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 }