wok diff gtk-engines-rezlooks/receipt @ rev 15815

Up: uget to 1.10.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 03:18:28 2014 +0000 (2014-01-24)
parents b7319995b37e
children
line diff
     1.1 --- a/gtk-engines-rezlooks/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/gtk-engines-rezlooks/receipt	Fri Jan 24 03:18:28 2014 +0000
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Rezlooks GTK+ Engine"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="39179-rezlooks-0.6.tar.gz"
     1.9  WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179"
    1.10  WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL"
    1.11 +
    1.12  BUILD_DEPENDS="gtk+-dev"
    1.13  DEPENDS="gtk+"
    1.14  
    1.15 @@ -15,6 +17,7 @@
    1.16  compile_rules()
    1.17  {
    1.18  	cd $src
    1.19 +	sed -i 's|<glib/gtimer.h>|<glib.h>|' src/animation.c
    1.20  	./configure --enable-animation $CONFIGURE_ARGS &&
    1.21  	make &&
    1.22  	make prefix=/usr install
    1.23 @@ -24,5 +27,5 @@
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr
    1.27 -	cp -a $_pkg/usr/lib $fs/usr
    1.28 +	cp -a $install/usr/lib $fs/usr
    1.29  }