wok diff libgnomeprint/receipt @ rev 10321

enlightenment-pam: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 00:06:20 2011 +0000 (2011-05-22)
parents 695a299a5e52
children 7424e96305c4
line diff
     1.1 --- a/libgnomeprint/receipt	Wed May 11 20:22:36 2011 +0200
     1.2 +++ b/libgnomeprint/receipt	Sun May 22 00:06:20 2011 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgnomeprint"
     1.7 -VERSION="2.18.7"
     1.8 +VERSION="2.18.8"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="GNOME print library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.gnome.org/"
    1.14 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/$TARBALL"
    1.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16  
    1.17  DEPENDS="gtk+ popt libxml2 libart_lgpl"
    1.18  BUILD_DEPENDS="pkg-config glib-dev pango-dev intltool flex libart_lgpl-dev"
    1.19 @@ -18,7 +18,8 @@
    1.20  	cd $src
    1.21  	./configure \
    1.22  		--with-html-dir=/usr/share/doc \
    1.23 -		--without-cups &&
    1.24 +		--without-cups \
    1.25 +		$CONFIGURE_ARGS &&
    1.26  	make && make install
    1.27  }
    1.28