wok-next view clearlooks-colors/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
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="https://www.gnome-look.org/content/show.php/Clearlooks-Colors?content=75417"
10 HOST_ARCH="any"
12 TARBALL="75417-Clearlooks-Colors.tar.gz"
13 WGET_URL="http://www.gnome-look.org/CONTENT/content-files/$TARBALL"
15 genpkg_rules() {
16 T=$fs/usr/share/themes
17 mkdir -p $T
18 cp -a $src/Clearlooks* $T
19 rm -rf $T/*Metacity
20 chown -R root:root $fs
21 DEPENDS="gtk-clearlooks"
22 }