# HG changeset patch # User Christophe Lincoln # Date 1305138156 -7200 # Node ID 695a299a5e52d63576c0d78400109198755345cd # Parent 3ca7697bc2511a1555b1442f250778e294ac72c9 libgnomeprint: Fix BUILD_DEPENDS diff -r 3ca7697bc251 -r 695a299a5e52 libgnomeprint/receipt --- a/libgnomeprint/receipt Wed May 11 20:17:27 2011 +0200 +++ b/libgnomeprint/receipt Wed May 11 20:22:36 2011 +0200 @@ -5,25 +5,21 @@ CATEGORY="x-window" SHORT_DESC="GNOME print library" MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ popt libxml2 libart_lgpl" -BUILD_DEPENDS="pkg-config glib-dev pango-dev intltool flex" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/$TARBALL" +DEPENDS="gtk+ popt libxml2 libart_lgpl" +BUILD_DEPENDS="pkg-config glib-dev pango-dev intltool flex libart_lgpl-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ - --without-cups \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + --without-cups && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.