wok diff murrine/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 7d6089953592
children
line diff
     1.1 --- a/murrine/receipt	Sat Aug 10 11:33:11 2013 +0000
     1.2 +++ b/murrine/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="LGPL3"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://www.cimitan.com/murrine"
     1.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/$TARBALL"
     1.8 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/${VERSION%.*.*}/$TARBALL"
     1.9  
    1.10  DEPENDS="pixman expat libgio gtk+"
    1.11  BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    1.18  	#sed -i 's/1.10/1.11/g' autogen.sh
    1.19  	./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
    1.20 @@ -32,4 +31,3 @@
    1.21  	cp -a $install/usr/lib $fs/usr
    1.22  	
    1.23  }
    1.24 -