libraries/libxml++: Updated for version 2.34.2.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-07-23 21:25:31 +02:00 committed by Robby Workman
parent f542fbfa36
commit d310f50edb
3 changed files with 5 additions and 7 deletions

View file

@ -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.

View file

@ -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 . \

View file

@ -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"