# HG changeset patch # User Xander Ziiryanoff # Date 1409084079 -7200 # Node ID e2025591bd780463030375c864b7e124e3e1416d # Parent 46f8c5dbe3be377605cf8b31395be1be4065d709 rename,cookerlog:"Removing old: gtk-engines-rezlooks" diff -r 46f8c5dbe3be -r e2025591bd78 gtk-engine-rezlooks/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk-engine-rezlooks/receipt Tue Aug 26 22:14:39 2014 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="gtk-engine-rezlooks" +VERSION="0.6" +CATEGORY="x-window" +SHORT_DESC="Rezlooks GTK+ Engine" +MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" +TARBALL="39179-rezlooks-0.6.tar.gz" +WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179" +WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL" + +BUILD_DEPENDS="gtk+-dev" +DEPENDS="gtk+" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + sed -i 's|||' src/animation.c + ./configure --enable-animation $CONFIGURE_ARGS && + make && + make prefix=/usr install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 46f8c5dbe3be -r e2025591bd78 gtk-engines-rezlooks/receipt --- a/gtk-engines-rezlooks/receipt Tue Aug 26 21:42:50 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gtk-engines-rezlooks" -VERSION="0.6" -CATEGORY="x-window" -SHORT_DESC="Rezlooks GTK+ Engine" -MAINTAINER="devl547@gmail.com" -LICENSE="GPL2" -TARBALL="39179-rezlooks-0.6.tar.gz" -WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179" -WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL" - -BUILD_DEPENDS="gtk+-dev" -DEPENDS="gtk+" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - sed -i 's|||' src/animation.c - ./configure --enable-animation $CONFIGURE_ARGS && - make && - make prefix=/usr install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr -}