wok diff libgnomeprintui/receipt @ rev 1511

Update some BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 23:16:15 2008 +0000 (2008-10-05)
parents ccf126429a43
children d86a706d7fcd
line diff
     1.1 --- a/libgnomeprintui/receipt	Wed Feb 13 14:56:26 2008 +0100
     1.2 +++ b/libgnomeprintui/receipt	Sun Oct 05 23:16:15 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="GNOME print user interface library"
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ libgnomeprint libgnomecanvas"
     1.7 +BUILD_DEPENDS="perl-xml-parser pkg-config gtk+ gnome-icon-theme libgnomecanvas libgnomeprint"
     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/$PACKAGE/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