wok diff libxml++/receipt @ rev 7937

slitaz-mercurial-style: Start moving to new CSS and layout
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 21:53:28 2011 +0100 (2011-01-11)
parents bcedab3e8315
children cde9c3abb458
line diff
     1.1 --- a/libxml++/receipt	Sat Sep 11 00:48:47 2010 +0000
     1.2 +++ b/libxml++/receipt	Tue Jan 11 21:53:28 2011 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxml++"
     1.7 -VERSION="2.30.1"
     1.8 +VERSION="2.32.0"
     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/libxml++/2.30/$TARBALL"
    1.15 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16  DEPENDS="glibmm libsigc++ libxml2 zlib gcc-lib-base"
    1.17 +BUILD_DEPENDS="glibmm-dev libsigc++-dev libxml2-dev zlib-dev pkg-config"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()