wok-6.x annotate gtk-engines-rezlooks/receipt @ rev 9025

gtk-engines-rezlooks: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 03 22:07:08 2011 +0100 (2011-03-03)
parents 3a1b26bb9f0b
children 7b69f5bcc54f
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 &&
pascal@9025 20 make 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
pascal@9025 27 strip -s $_pkg/lib/gtk-2.0/*/engines/*.so
pascal@9025 28 cp -a $_pkg/lib $fs/usr
devl547@5634 29 }