libraries/libxml++: Updated for version 2.33.1.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Diogo Leal 2010-12-17 22:55:03 -02:00 committed by Robby Workman
parent 9c09352996
commit 89aa380dc7
4 changed files with 12 additions and 15 deletions

View file

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

View file

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

View file

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

View file

@ -5,7 +5,7 @@
# 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