wok diff murrine/receipt @ rev 11853

python-pyxml: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 27 11:08:44 2012 +0100 (2012-02-27)
parents 99603513ae10
children e81fea0d0e52
line diff
     1.1 --- a/murrine/receipt	Sun Jan 23 16:00:57 2011 +0000
     1.2 +++ b/murrine/receipt	Mon Feb 27 11:08:44 2012 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  DEPENDS="pixman expat libgio gtk+"
     1.5  BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WEB_SITE="http://www.cimitan.com/murrine" 
     1.8 +WEB_SITE="http://www.cimitan.com/murrine"
     1.9  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/$TARBALL"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -16,8 +16,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	#sed -i 's/1.10/1.11/g' autogen.sh
    1.16 -	./configure --prefix=/usr --enable-animation
    1.17 -	make
    1.18 +	./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22