wok view clearlooks/receipt @ rev 16179

8086tiny: fix build for arm (no graphic dont build...)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 17:45:53 2014 +0200 (2014-03-30)
parents cbeec8826bda
children 128aae84d74c
line source
1 # SliTaz package receipt.
3 PACKAGE="clearlooks"
4 VERSION="0.6.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Clearlooks GTK+ theme."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://clearlooks.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="gtk+ xorg-libXdamage"
14 BUILD_DEPENDS="pkg-config file gtk+-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --prefix=/usr \
22 --infodir=/usr/share/info \
23 --mandir=/usr/share/man \
24 $CONFIGURE_ARGS &&
25 make &&
26 make DESTDIR=$DESTDIR install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la
34 rm -rf $fs/usr/share/icons
35 }