wok annotate gtk-engines-rezlooks/receipt @ rev 8808

Add: libdrm-mach64 20110109
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 23 01:16:27 2011 +0100 (2011-02-23)
parents 83b6631c10df
children 3d1225c1a247
rev   line source
devl547@5634 1 # SliTaz package receipt.
devl547@5634 2
devl547@5634 3 PACKAGE="gtk-engines-rezlooks"
devl547@5634 4 VERSION="0.6"
devl547@5634 5 CATEGORY="x-window"
devl547@5634 6 SHORT_DESC="Rezlooks GTK+ Engine"
devl547@5634 7 MAINTAINER="devl547@gmail.com"
devl547@5634 8 TARBALL="39179-rezlooks-0.6.tar.gz"
devl547@5634 9 WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179"
devl547@5634 10 WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL"
devl547@5634 11 BUILD_DEPENDS="gtk+-dev"
devl547@5634 12 DEPENDS="gtk+"
devl547@5634 13
devl547@5634 14 # Rules to configure and make the package.
devl547@5634 15 compile_rules()
devl547@5634 16 {
gokhlayeh@8787 17 cd $src
devl547@5634 18 ./configure --enable-animation &&
devl547@5634 19 make &&
devl547@5634 20 make prefix=$PWD/_pkg install
devl547@5634 21 }
devl547@5634 22
devl547@5634 23 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5634 24 genpkg_rules()
devl547@5634 25 {
devl547@5634 26 mkdir -p $fs/usr
devl547@5634 27 strip -s rezlooks-$VERSION/_pkg/lib/gtk-2.0/*/engines/*.so
devl547@5634 28 cp -a rezlooks-$VERSION/_pkg/lib $fs/usr
devl547@5634 29 }