wok rev 9768

libgnomeprint: Fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 20:22:36 2011 +0200 (2011-05-11)
parents 3ca7697bc251
children f0f1cf7c6cc7
files libgnomeprint/receipt
line diff
     1.1 --- a/libgnomeprint/receipt	Wed May 11 20:17:27 2011 +0200
     1.2 +++ b/libgnomeprint/receipt	Wed May 11 20:22:36 2011 +0200
     1.3 @@ -5,25 +5,21 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GNOME print library"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ popt libxml2 libart_lgpl"
     1.8 -BUILD_DEPENDS="pkg-config glib-dev pango-dev intltool flex"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.gnome.org/"
    1.11  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/$TARBALL"
    1.12  
    1.13 +DEPENDS="gtk+ popt libxml2 libart_lgpl"
    1.14 +BUILD_DEPENDS="pkg-config glib-dev pango-dev intltool flex libart_lgpl-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20  	./configure \
    1.21 -		--prefix=/usr \
    1.22 -		--infodir=/usr/share/info \
    1.23 -		--mandir=/usr/share/man \
    1.24  		--with-html-dir=/usr/share/doc \
    1.25 -		--without-cups \
    1.26 -		$CONFIGURE_ARGS &&
    1.27 -	make &&
    1.28 -	make DESTDIR=$PWD/_pkg install
    1.29 +		--without-cups &&
    1.30 +	make && make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.