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

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 04 11:54:13 2019 +0100 (2019-02-04)
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 }