# SliTaz package receipt.

PACKED_SIZE="24.0K"
UNPACKED_SIZE="464.0K"
PACKAGE="clearlooks-colors"
VERSION="2.22"
CATEGORY="customization"
SHORT_DESC="Clearlooks Colors contains eight GTK Clearlooks themes"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL"
WEB_SITE="https://www.gnome-look.org/content/show.php/Clearlooks-Colors?content=75417"
TARBALL="75417-Clearlooks-Colors.tar.gz"
WGET_URL="https://web.archive.org/web/20150802012431/https://www.gnome-look.org/CONTENT/content-files/$TARBALL"
HOST_ARCH="any"

DEPENDS="gtk-clearlooks"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	T=$fs/usr/share/themes
	mkdir -p $T
	cp -a $src/Clearlooks* $T
	rm -rf $T/*Metacity
	chown -R root:root $fs
}
