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

icedtea6-jdk: add some echo for logs
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 01:21:23 2011 +0200 (2011-05-27)
parents 7b69f5bcc54f
children b7319995b37e
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 &&
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 }