diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-07-23 21:25:31 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:35 -0500 |
commit | d310f50edb3706f960d192d9befefe837e294ff0 (patch) | |
tree | d338e6301bfeaae1a5d3b48c198475c00aa5fb34 /libraries/libxml++ | |
parent | f542fbfa361331073d402b36c792b2ae39cc30bb (diff) |
libraries/libxml++: Updated for version 2.34.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libxml++')
-rw-r--r-- | libraries/libxml++/README | 2 | ||||
-rw-r--r-- | libraries/libxml++/libxml++.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/libxml++/libxml++.info | 6 |
3 files changed, 5 insertions, 7 deletions
diff --git a/libraries/libxml++/README b/libraries/libxml++/README index aa3ca8e652131..fe52f891795b2 100644 --- a/libraries/libxml++/README +++ b/libraries/libxml++/README @@ -2,5 +2,3 @@ libxml++ is a C++ wrapper for the libxml XML parser library. Its original author is Ari Johnson and it is currently maintained by Christophe de Vienne and Murray Cumming. It is released under the LGPL version 2 or above. - -This requires glibmm and mm-common. diff --git a/libraries/libxml++/libxml++.SlackBuild b/libraries/libxml++/libxml++.SlackBuild index bab96ff793505..a4c2c3c202dbe 100644 --- a/libraries/libxml++/libxml++.SlackBuild +++ b/libraries/libxml++/libxml++.SlackBuild @@ -7,7 +7,7 @@ # Updated by Diogo Leal<diogo@diogoleal.com> PRGNAM=libxml++ -VERSION=2.34.1 +VERSION=2.34.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,7 +44,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find . \ diff --git a/libraries/libxml++/libxml++.info b/libraries/libxml++/libxml++.info index 2a281c059d5c4..92d1bb1ad5e7e 100644 --- a/libraries/libxml++/libxml++.info +++ b/libraries/libxml++/libxml++.info @@ -1,8 +1,8 @@ PRGNAM="libxml++" -VERSION="2.34.1" +VERSION="2.34.2" HOMEPAGE="http://libxmlplusplus.sourceforge.net" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-2.34.1.tar.bz2" -MD5SUM="996d2d3bc8d917a84f5a4ae34f1add0c" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-2.34.2.tar.xz" +MD5SUM="2ec0bf8f0d8d510a3b28c173a8a4b21c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="glibmm mm-common" |