wok view clearlooks-colors/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents
children 887b3b11683d
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"
13 DEPENDS="gtk-clearlooks"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 T=$fs/usr/share/themes
19 mkdir -p $T
20 cp -a $src/Clearlooks* $T
21 rm -rf $T/*Metacity
22 chown -R root:root $fs
23 }