wok-current diff libgnomeprint/receipt @ rev 10015
libxfce4ui: fix bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu May 19 10:07:23 2011 +0200 (2011-05-19) |
parents | e5ae411e1d8c |
children | 15b53401a938 |
line diff
1.1 --- a/libgnomeprint/receipt Mon Apr 04 01:54:51 2011 +0000 1.2 +++ b/libgnomeprint/receipt Thu May 19 10:07:23 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.