wok diff libxml++/receipt @ rev 11317

Up: gsoap to 2.8.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 16 14:01:09 2011 +0000 (2011-11-16)
parents cde9c3abb458
children 4d989daf5de1
line diff
     1.1 --- a/libxml++/receipt	Wed May 18 14:30:23 2011 +0200
     1.2 +++ b/libxml++/receipt	Wed Nov 16 14:01:09 2011 +0000
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxml++"
     1.7 -VERSION="2.32.0"
     1.8 +VERSION="2.34.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="C++ wrapper for the libxml XML parser library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://libxmlplusplus.sourceforge.net/"
    1.14 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16  
    1.17  DEPENDS="glibmm libsigc++ libxml2 zlib gcc-lib-base"
    1.18 -BUILD_DEPENDS="glibmm-dev libsigc++-dev libxml2-dev zlib-dev pkg-config"
    1.19 +BUILD_DEPENDS="glibmm-dev libsigc++-dev libxml2-dev zlib-dev mm-common pkg-config"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	cd $src
    1.25  	./configure --prefix=/usr \
    1.26 -		--disable-documentation  &&
    1.27 +		--disable-documentation \
    1.28 +		$CONFIGURE_ARGS &&
    1.29  	make &&
    1.30  	make DESTDIR=$DESTDIR install
    1.31  }