wok rev 17088

rename,cookerlog:"Removing old: gtk-engines-rezlooks"
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Aug 26 22:14:39 2014 +0200 (2014-08-26)
parents 46f8c5dbe3be
children 1f735cef150b
files gtk-engine-rezlooks/receipt gtk-engines-rezlooks/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk-engine-rezlooks/receipt	Tue Aug 26 22:14:39 2014 +0200
     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 +}
     2.1 --- a/gtk-engines-rezlooks/receipt	Tue Aug 26 21:42:50 2014 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,31 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="gtk-engines-rezlooks"
     2.7 -VERSION="0.6"
     2.8 -CATEGORY="x-window"
     2.9 -SHORT_DESC="Rezlooks GTK+ Engine"
    2.10 -MAINTAINER="devl547@gmail.com"
    2.11 -LICENSE="GPL2"
    2.12 -TARBALL="39179-rezlooks-0.6.tar.gz"
    2.13 -WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179"
    2.14 -WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL"
    2.15 -
    2.16 -BUILD_DEPENDS="gtk+-dev"
    2.17 -DEPENDS="gtk+"
    2.18 -
    2.19 -# Rules to configure and make the package.
    2.20 -compile_rules()
    2.21 -{
    2.22 -	cd $src
    2.23 -	sed -i 's|<glib/gtimer.h>|<glib.h>|' src/animation.c
    2.24 -	./configure --enable-animation $CONFIGURE_ARGS &&
    2.25 -	make &&
    2.26 -	make prefix=/usr install
    2.27 -}
    2.28 -
    2.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.30 -genpkg_rules()
    2.31 -{
    2.32 -	mkdir -p $fs/usr
    2.33 -	cp -a $install/usr/lib $fs/usr
    2.34 -}