wok diff librsvg/receipt @ rev 10673

passenger: Fixed category.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 27 04:55:36 2011 +0000 (2011-05-27)
parents 10eefd7db2df
children 5d82e62b9b12
line diff
     1.1 --- a/librsvg/receipt	Thu Dec 23 21:47:47 2010 +0000
     1.2 +++ b/librsvg/receipt	Fri May 27 04:55:36 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="librsvg"
     1.7 -VERSION="2.32.1"
     1.8 +VERSION="2.34.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="SVG Rendering Library"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -12,19 +12,16 @@
    1.13  fontconfig-dev gdk-pixbuf-dev libcroco-dev glib-dev libpng-dev gtk+-dev perl expat-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://librsvg.sourceforge.net/"
    1.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23  	./configure \
    1.24 -		--prefix=/usr \
    1.25 -		--infodir=/usr/share/info \
    1.26 -		--mandir=/usr/share/man \
    1.27  		--disable-static \
    1.28  		$CONFIGURE_ARGS &&
    1.29 -	make && make DESTDIR=$PWD/_pkg install
    1.30 +	make && make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.