wok-stable diff libgnomeprint/receipt @ rev 10100

vorbis-tools: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 14:57:22 2011 +0000 (2011-05-20)
parents e5ae411e1d8c
children 15b53401a938
line diff
     1.1 --- a/libgnomeprint/receipt	Mon Apr 04 01:54:51 2011 +0000
     1.2 +++ b/libgnomeprint/receipt	Fri May 20 14:57:22 2011 +0000
     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.