wok-next annotate clearlooks-colors/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents c4e53a39395a
children 0cbe4b1f2230
rev   line source
al@17898 1 # SliTaz package receipt.
al@17898 2
al@17898 3 PACKAGE="clearlooks-colors"
al@17898 4 VERSION="2.22"
al@19126 5 CATEGORY="customization"
al@17898 6 SHORT_DESC="Clearlooks Colors contains eight GTK Clearlooks themes"
al@17898 7 MAINTAINER="al.bobylev@gmail.com"
al@17898 8 LICENSE="GPL"
al@21020 9 WEB_SITE="https://www.gnome-look.org/content/show.php/Clearlooks-Colors?content=75417"
al@21020 10
al@17898 11 TARBALL="75417-Clearlooks-Colors.tar.gz"
al@17898 12 WGET_URL="http://www.gnome-look.org/CONTENT/content-files/$TARBALL"
al@17898 13
al@21020 14 genpkg_rules() {
al@17898 15 T=$fs/usr/share/themes
al@17898 16 mkdir -p $T
al@17898 17 cp -a $src/Clearlooks* $T
al@17898 18 rm -rf $T/*Metacity
al@17898 19 chown -R root:root $fs
al@21020 20 DEPENDS="gtk-clearlooks"
al@17898 21 }