wok-next annotate clearlooks/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d5aab818505e
children
rev   line source
al@20569 1 # SliTaz package receipt v2.
pankso@44 2
pankso@44 3 PACKAGE="clearlooks"
pankso@5166 4 VERSION="0.6.2"
pankso@209 5 CATEGORY="x-window"
al@20569 6 SHORT_DESC="Clearlooks GTK+ theme"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@20569 9 WEB_SITE="http://clearlooks.sourceforge.net/"
al@20569 10
pankso@5166 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@15579 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15579 13
al@21017 14 BUILD_DEPENDS="file gtk2-dev"
pankso@44 15
al@20569 16 compile_rules() {
al@20569 17 ./configure $CONFIGURE_ARGS &&
al@20569 18 fix libtool &&
al@20569 19 make &&
al@20569 20 make install
pankso@44 21 }
pankso@44 22
al@20569 23 genpkg_rules() {
al@20569 24 copy @std
pankso@5166 25 rm -rf $fs/usr/share/icons
al@21078 26 DEPENDS="gtk2 libxdamage"
pankso@44 27 }