wok annotate clearlooks-compact/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 887b3b11683d
children a78610b2eb47
rev   line source
al@17884 1 # SliTaz package receipt.
al@17884 2
al@17884 3 PACKAGE="clearlooks-compact"
al@17884 4 VERSION="1.5"
al@19126 5 CATEGORY="customization"
al@17884 6 SHORT_DESC="Clearlooks Compact GTK Theme"
al@17884 7 MAINTAINER="al.bobylev@gmail.com"
al@17884 8 LICENSE="LGPL2.1"
al@17884 9 WEB_SITE="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/"
al@17884 10 TARBALL="ClearlooksCompact-$VERSION.tar.bz2"
al@17884 11 WGET_URL="http://martin.ankerl.com/files/$TARBALL"
al@19114 12 HOST_ARCH="any"
al@17884 13
al@17884 14 DEPENDS="gtk-clearlooks"
al@17884 15
al@17884 16 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17884 17 genpkg_rules()
al@17884 18 {
al@17884 19 CC=$fs/usr/share/themes/ClearlooksCompact
al@17925 20 mkdir -p $CC $CC/gtk-2.0
al@17925 21 install -m644 -oroot -groot $src/index.theme $CC
al@17925 22 install -m644 -oroot -groot $src/gtk-2.0/gtkrc $CC/gtk-2.0
al@17884 23 }