wok diff libgnomeprint/receipt @ rev 1503

Up libgio (2.16.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 15:59:42 2008 +0000 (2008-10-05)
parents ccf126429a43
children 52dc4b48ed81
line diff
     1.1 --- a/libgnomeprint/receipt	Wed Feb 13 14:56:26 2008 +0100
     1.2 +++ b/libgnomeprint/receipt	Sun Oct 05 15:59:42 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="GNOME print library"
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ popt libxml2"
     1.7 +BUILD_DEPENDS="perl perl-xml-parser libart_lgpl"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.gnome.org/"
    1.10  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/$TARBALL"
    1.11 @@ -19,8 +20,8 @@
    1.12  		--infodir=/usr/share/info \
    1.13  		--mandir=/usr/share/man \
    1.14  		--with-html-dir=/usr/share/doc \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21