wok-6.x annotate clearlooks/receipt @ rev 1193
openldap: fix BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 05 09:46:46 2008 +0000 (2008-08-05) |
parents | ccf126429a43 |
children | c1ff74d9b6f4 |
rev | line source |
---|---|
pankso@44 | 1 # SliTaz package receipt. |
pankso@44 | 2 |
pankso@44 | 3 PACKAGE="clearlooks" |
pankso@44 | 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" |
pankso@44 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@44 | 9 WEB_SITE="http://clearlooks.sourceforge.net/" |
pankso@44 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pankso@44 | 11 |
pankso@44 | 12 # Rules to configure and make the package. |
pankso@44 | 13 compile_rules() |
pankso@44 | 14 { |
pankso@44 | 15 cd $src |
pankso@547 | 16 ./configure \ |
pankso@547 | 17 --prefix=/usr \ |
pankso@547 | 18 --infodir=/usr/share/info \ |
pankso@547 | 19 --mandir=/usr/share/man \ |
pankso@547 | 20 $CONFIGURE_ARGS |
pankso@44 | 21 make |
pankso@44 | 22 make DESTDIR=$PWD/_pkg 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 { |
pankso@44 | 28 cp -a $_pkg/* $fs |
pankso@547 | 29 rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la |
pankso@44 | 30 rm -rf $fs/usr/share/icons |
pankso@44 | 31 } |