wok view clearlooks-compact/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents b01314c762e9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="clearlooks-compact"
4 VERSION="1.5"
5 CATEGORY="customization"
6 SHORT_DESC="Clearlooks Compact GTK Theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/"
10 TARBALL="ClearlooksCompact-$VERSION.tar.bz2"
11 WGET_URL="https://martin.ankerl.com/files/2007/11/$TARBALL"
12 HOST_ARCH="any"
14 DEPENDS="gtk-clearlooks"
16 # What is the latest version available today?
17 current_version()
18 {
19 wget -O - $WEB_SITE 2>/dev/null | \
20 sed '/ Version [0-9]/!d;s|.*sion ||;s|<.*||;q'
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 CC=$fs/usr/share/themes/ClearlooksCompact
27 mkdir -p $CC $CC/gtk-2.0
28 install -m644 -oroot -groot $src/index.theme $CC
29 install -m644 -oroot -groot $src/gtk-2.0/gtkrc $CC/gtk-2.0
30 }