diff options
author | Diogo Leal <diogo@diogoleal.com> | 2010-12-17 22:55:03 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 22:44:01 -0600 |
commit | 89aa380dc7079f7115881dae585edc646e54f18f (patch) | |
tree | 38907240d0b89ea3770a7c071c2e43e67f120f04 /libraries/libxml++ | |
parent | 9c093529963a1ef9e6b0ce01f984dfa73df0c7c5 (diff) |
libraries/libxml++: Updated for version 2.33.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libxml++')
-rw-r--r-- | libraries/libxml++/README | 2 | ||||
-rw-r--r-- | libraries/libxml++/libxml++.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/libxml++/libxml++.info | 8 | ||||
-rw-r--r-- | libraries/libxml++/slack-desc | 10 |
4 files changed, 12 insertions, 15 deletions
diff --git a/libraries/libxml++/README b/libraries/libxml++/README index 07b8a2cbcda9..60d452886b68 100644 --- a/libraries/libxml++/README +++ b/libraries/libxml++/README @@ -2,4 +2,4 @@ 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. -Requires: glibmm (build script available at SlackBuilds.org) +This requires glibmm. diff --git a/libraries/libxml++/libxml++.SlackBuild b/libraries/libxml++/libxml++.SlackBuild index 370e19eb74d5..1323e4c25bb3 100644 --- a/libraries/libxml++/libxml++.SlackBuild +++ b/libraries/libxml++/libxml++.SlackBuild @@ -8,16 +8,14 @@ PRGNAM=libxml++ -VERSION=2.32.0 +VERSION=2.33.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -80,10 +78,9 @@ mv $PKG/usr/share/doc/$PRGNAM-2.6/* $PKG/usr/doc/$PRGNAM-$VERSION rm -rf $PKG/usr/share cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - - mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} + diff --git a/libraries/libxml++/libxml++.info b/libraries/libxml++/libxml++.info index d8cf0091aec3..52dc31654c13 100644 --- a/libraries/libxml++/libxml++.info +++ b/libraries/libxml++/libxml++.info @@ -1,10 +1,10 @@ PRGNAM="libxml++" -VERSION="2.32.0" +VERSION="2.33.1" HOMEPAGE="http://libxmlplusplus.sourceforge.net" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.32/libxml++-2.32.0.tar.bz2" -MD5SUM="f25c032942653211311754608abf46a4" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.33/libxml++-2.33.1.tar.bz2" +MD5SUM="90919b5a5e92381722ef004898eba343" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Diogo Leal" EMAIL="diogo@diogoleal.com" -APPROVED="Michiel van Wessem" +APPROVED="Niels Horn" diff --git a/libraries/libxml++/slack-desc b/libraries/libxml++/slack-desc index c3439c14ae9e..8c2c7eb69c57 100644 --- a/libraries/libxml++/slack-desc +++ b/libraries/libxml++/slack-desc @@ -5,15 +5,15 @@ # exactly 11 lines for the formatting to be correct. It's also customary to # leave one space after the ':'. - |-----handy-ruler---------------------------------------------------| + |-----handy-ruler------------------------------------------------------| libxml++: libxml++ (C++ wrapper for the libxml XML parser library) libxml++: libxml++: libxml++ is a C++ wrapper for the libxml XML parser library. Its libxml++: original author is Ari Johnson and it is currently maintained by libxml++: Christophe de Vienne and Murray Cumming. It is released under the libxml++: LGPL version 2 or above. -libxml++: -libxml++: -libxml++: -libxml++: +libxml++: +libxml++: +libxml++: +libxml++: libxml++: |