wok-current annotate clearlooks-compact/receipt @ rev 17888
Up python-magic, libmagic, libmagic-dev (5.22)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 02 16:41:46 2015 +0200 (2015-04-02) |
parents | |
children | 1df528a60782 |
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@17884 | 19 mkdir -p $CC |
al@17884 | 20 cp -a $src/* $CC |
al@17884 | 21 rm $CC/COPYING $CC/gtk-2.0/*~ |
al@17884 | 22 } |