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

encfs: use cmake
author Hans-G?nter Theisgen
date Fri Dec 06 13:47:57 2019 +0100 (2019-12-06)
parents d5aab818505e
children
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@21057 10 HOST_ARCH="any"
al@21020 11
al@17898 12 TARBALL="75417-Clearlooks-Colors.tar.gz"
al@17898 13 WGET_URL="http://www.gnome-look.org/CONTENT/content-files/$TARBALL"
al@17898 14
al@21020 15 genpkg_rules() {
al@17898 16 T=$fs/usr/share/themes
al@17898 17 mkdir -p $T
al@17898 18 cp -a $src/Clearlooks* $T
al@17898 19 rm -rf $T/*Metacity
al@17898 20 chown -R root:root $fs
al@21020 21 DEPENDS="gtk-clearlooks"
al@17898 22 }