wok-next annotate clearlooks-compact/receipt @ rev 18973
splashutils: fix build, update URLs, add description
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 12 14:29:04 2016 +0200 (2016-03-12) |
parents | f0ffe7691d2b |
children | 887b3b11683d |
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@17884 | 5 CATEGORY="base-system" |
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@17884 | 12 |
al@17884 | 13 DEPENDS="gtk-clearlooks" |
al@17884 | 14 |
al@17884 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@17884 | 16 genpkg_rules() |
al@17884 | 17 { |
al@17884 | 18 CC=$fs/usr/share/themes/ClearlooksCompact |
al@17925 | 19 mkdir -p $CC $CC/gtk-2.0 |
al@17925 | 20 install -m644 -oroot -groot $src/index.theme $CC |
al@17925 | 21 install -m644 -oroot -groot $src/gtk-2.0/gtkrc $CC/gtk-2.0 |
al@17884 | 22 } |