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

move from undigest umplayer-svn
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 01 18:10:20 2012 +0200 (2012-06-01)
parents 02bbaa9d12ba
children 2e6a3af65d17
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
gokhlayeh@11573 18 ./configure --enable-animation $CONFIGURE_ARGS &&
devl547@5634 19 make &&
slaxemulator@9035 20 make prefix=/usr 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
slaxemulator@9035 27 cp -a $_pkg/usr/lib $fs/usr
devl547@5634 28 }