wok diff gtk-engine-rezlooks/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents
children 40fab26c175d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk-engine-rezlooks/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtk-engine-rezlooks"
     1.7 +VERSION="0.6"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Rezlooks GTK+ Engine"
    1.10 +MAINTAINER="devl547@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="39179-rezlooks-0.6.tar.gz"
    1.13 +WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179"
    1.14 +WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL"
    1.15 +
    1.16 +BUILD_DEPENDS="gtk+-dev"
    1.17 +DEPENDS="gtk+"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	sed -i 's|<glib/gtimer.h>|<glib.h>|' src/animation.c
    1.24 +	./configure --enable-animation $CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make prefix=/usr install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr
    1.33 +	cp -a $install/usr/lib $fs/usr
    1.34 +}