wok view clearlooks/receipt @ rev 181

UP : asunder (1.0.2) + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 04 23:41:18 2008 +0100 (2008-02-04)
parents
children ccf126429a43
line source
1 # SliTaz package receipt.
3 PACKAGE="clearlooks"
4 VERSION="0.6.2"
5 CATEGORY="extra"
6 SHORT_DESC="Clearlooks GTK+ theme."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://clearlooks.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure --prefix=/usr --infodir=/usr/share/info \
17 --mandir=/usr/share/man $CONFIGURE_ARGS
18 make
19 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/* $fs
26 rm $fs/usr/lib/gtk-2.0/2.4.0/engines/*.la
27 rm -rf $fs/usr/share/icons
28 strip -s $fs/usr/lib/gtk-2.0/2.4.0/engines/*
29 }