wok-6.x diff libxml++/receipt @ rev 9075
Up: gavl to 1.2.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Mar 04 10:28:26 2011 +0000 (2011-03-04) |
parents | bcedab3e8315 |
children | cde9c3abb458 |
line diff
1.1 --- a/libxml++/receipt Sat Sep 11 00:48:47 2010 +0000 1.2 +++ b/libxml++/receipt Fri Mar 04 10:28:26 2011 +0000 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()