wok view clearlooks-colors/receipt @ rev 25095

Up libkeybinder (0.3.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 13:48:16 2022 +0000 (22 months ago)
parents 40fab26c175d
children 73f36875e5a7
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="https://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 }