wok-6.x annotate clearlooks-compact/receipt @ rev 23855
Up dropbear (2020.79), nagios (4.4.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 16 20:15:47 2020 +0000 (2020-06-16) |
parents | 40fab26c175d |
children | b01314c762e9 |
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" |
pascal@20669 | 9 WEB_SITE="https://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/" |
al@17884 | 10 TARBALL="ClearlooksCompact-$VERSION.tar.bz2" |
pascal@20669 | 11 WGET_URL="https://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 } |