wok diff libgsf/receipt @ rev 14473

gstreamer: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Thu May 02 22:34:01 2013 +0200 (2013-05-02)
parents 5ab5ab1b7f51
children 4904e3d374a9
line diff
     1.1 --- a/libgsf/receipt	Sat Mar 26 00:18:48 2011 +0000
     1.2 +++ b/libgsf/receipt	Thu May 02 22:34:01 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgsf"
     1.7 -VERSION="1.14.20"
     1.8 +VERSION="1.14.21"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="GNOME Structured File Library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,22 +9,20 @@
    1.13  BUILD_DEPENDS="libgio libgio-dev intltool pkg-config glib-dev libxml2-dev zlib-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://freshmeat.net/projects/libgsf/"
    1.16 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgsf/${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 -		--mandir=/usr/share/man \
    1.26  		--with-html-dir=/usr/share/doc \
    1.27  		--without-bonobo \
    1.28  		--without-gnome-vfs \
    1.29  		--without-python \
    1.30  		$CONFIGURE_ARGS &&
    1.31  	make &&
    1.32 -	make DESTDIR=$PWD/_pkg install
    1.33 +	make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.