wok annotate clearlooks/receipt @ rev 15898
Up: cookutils (3.2)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 12 23:28:09 2014 +0100 (2014-02-12) |
parents | cbeec8826bda |
children | 128aae84d74c |
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" |
pascal@15579 | 12 |
pascal@2513 | 13 DEPENDS="gtk+ xorg-libXdamage" |
pascal@1514 | 14 BUILD_DEPENDS="pkg-config file gtk+-dev" |
pankso@44 | 15 |
pankso@44 | 16 # Rules to configure and make the package. |
pankso@44 | 17 compile_rules() |
pankso@44 | 18 { |
pankso@44 | 19 cd $src |
pankso@547 | 20 ./configure \ |
pankso@547 | 21 --prefix=/usr \ |
pankso@547 | 22 --infodir=/usr/share/info \ |
pankso@547 | 23 --mandir=/usr/share/man \ |
pascal@1465 | 24 $CONFIGURE_ARGS && |
pascal@1465 | 25 make && |
pascal@15579 | 26 make DESTDIR=$DESTDIR install |
pankso@44 | 27 } |
pankso@44 | 28 |
pankso@44 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@44 | 30 genpkg_rules() |
pankso@44 | 31 { |
pascal@15579 | 32 cp -a $install/* $fs |
pankso@5166 | 33 rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la |
pankso@5166 | 34 rm -rf $fs/usr/share/icons |
pankso@44 | 35 } |