wok-current annotate clearlooks/receipt @ rev 1465
update BUILD_DEPENDS in asunder clearlooks evas gcolor2 gnome-menus grsync intltool libiec61883 libwnck neon poedit portmap pycairo shared-mime-info tsclient xorg-libICE xorg-xload
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 04 09:01:05 2008 +0000 (2008-10-04) |
parents | d5e75812e704 |
children | 3d99ecce2d4b |
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" |
pascal@1465 | 9 BUILD_DEPENDS="pkg-config file" |
pankso@44 | 10 WEB_SITE="http://clearlooks.sourceforge.net/" |
pankso@44 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pankso@44 | 12 |
pankso@44 | 13 # Rules to configure and make the package. |
pankso@44 | 14 compile_rules() |
pankso@44 | 15 { |
pankso@44 | 16 cd $src |
pankso@547 | 17 ./configure \ |
pankso@547 | 18 --prefix=/usr \ |
pankso@547 | 19 --infodir=/usr/share/info \ |
pankso@547 | 20 --mandir=/usr/share/man \ |
pascal@1465 | 21 $CONFIGURE_ARGS && |
pascal@1465 | 22 make && |
pankso@44 | 23 make DESTDIR=$PWD/_pkg install |
pankso@44 | 24 } |
pankso@44 | 25 |
pankso@44 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@44 | 27 genpkg_rules() |
pankso@44 | 28 { |
pankso@44 | 29 cp -a $_pkg/* $fs |
pankso@547 | 30 rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la |
pankso@44 | 31 rm -rf $fs/usr/share/icons |
pankso@44 | 32 } |