wok annotate clearlooks/receipt @ rev 20591
compiz-plugins-unsupported, gucharmap3: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 21:00:34 2018 +0100 (2018-12-15) |
parents | eb8067417980 |
children | d8c511e24c20 |
rev | line source |
---|---|
pankso@44 | 1 # SliTaz package receipt. |
pankso@44 | 2 |
pankso@44 | 3 PACKAGE="clearlooks" |
pankso@5166 | 4 VERSION="0.6.2" |
pankso@209 | 5 CATEGORY="x-window" |
pankso@44 | 6 SHORT_DESC="Clearlooks GTK+ theme." |
pankso@44 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
pankso@5166 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@15579 | 10 WEB_SITE="http://clearlooks.sourceforge.net/" |
pascal@15579 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pankso@16248 | 12 HOST_ARCH="i486 arm" |
pascal@15579 | 13 |
pascal@2513 | 14 DEPENDS="gtk+ xorg-libXdamage" |
pascal@1514 | 15 BUILD_DEPENDS="pkg-config file gtk+-dev" |
pankso@44 | 16 |
pankso@44 | 17 # Rules to configure and make the package. |
pankso@44 | 18 compile_rules() |
pankso@44 | 19 { |
pankso@547 | 20 ./configure \ |
pascal@1465 | 21 $CONFIGURE_ARGS && |
pankso@16248 | 22 make && make install |
pankso@44 | 23 } |
pankso@44 | 24 |
pankso@44 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@44 | 26 genpkg_rules() |
pankso@44 | 27 { |
pascal@15579 | 28 cp -a $install/* $fs |
pankso@5166 | 29 rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la |
pankso@5166 | 30 rm -rf $fs/usr/share/icons |
pankso@44 | 31 } |