wok rev 10106

Up: libgsf to 1.14.21.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 15:19:39 2011 +0000 (2011-05-20)
parents e3c79088f79d
children b764c5b7e0b7
files libgsf-dev/receipt libgsf/receipt
line diff
     1.1 --- a/libgsf-dev/receipt	Fri May 20 15:17:22 2011 +0000
     1.2 +++ b/libgsf-dev/receipt	Fri May 20 15:19:39 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgsf-dev"
     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 (devel files)."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/libgsf/receipt	Fri May 20 15:17:22 2011 +0000
     2.2 +++ b/libgsf/receipt	Fri May 20 15:19:39 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libgsf"
     2.7 -VERSION="1.14.20"
     2.8 +VERSION="1.14.21"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="GNOME Structured File Library."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -9,22 +9,20 @@
    2.13  BUILD_DEPENDS="libgio libgio-dev intltool pkg-config glib-dev libxml2-dev zlib-dev"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15  WEB_SITE="http://freshmeat.net/projects/libgsf/"
    2.16 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgsf/${VERSION%.*}/$TARBALL"
    2.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()
    2.21  {
    2.22  	cd $src
    2.23  	./configure \
    2.24 -		--prefix=/usr \
    2.25 -		--mandir=/usr/share/man \
    2.26  		--with-html-dir=/usr/share/doc \
    2.27  		--without-bonobo \
    2.28  		--without-gnome-vfs \
    2.29  		--without-python \
    2.30  		$CONFIGURE_ARGS &&
    2.31  	make &&
    2.32 -	make DESTDIR=$PWD/_pkg install
    2.33 +	make install
    2.34  }
    2.35  
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.