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

ARM: add beaver
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 06 16:03:46 2014 +0200 (2014-04-06)
parents b7319995b37e
children
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"
pascal@15304 8 LICENSE="GPL2"
devl547@5634 9 TARBALL="39179-rezlooks-0.6.tar.gz"
devl547@5634 10 WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179"
devl547@5634 11 WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL"
pascal@15304 12
devl547@5634 13 BUILD_DEPENDS="gtk+-dev"
devl547@5634 14 DEPENDS="gtk+"
devl547@5634 15
devl547@5634 16 # Rules to configure and make the package.
devl547@5634 17 compile_rules()
devl547@5634 18 {
gokhlayeh@8787 19 cd $src
pascal@15304 20 sed -i 's|<glib/gtimer.h>|<glib.h>|' src/animation.c
gokhlayeh@11573 21 ./configure --enable-animation $CONFIGURE_ARGS &&
devl547@5634 22 make &&
slaxemulator@9035 23 make prefix=/usr install
devl547@5634 24 }
devl547@5634 25
devl547@5634 26 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5634 27 genpkg_rules()
devl547@5634 28 {
devl547@5634 29 mkdir -p $fs/usr
pascal@15304 30 cp -a $install/usr/lib $fs/usr
devl547@5634 31 }