diff options
author | Diogo Leal <diogo@diogoleal.com> | 2011-07-16 13:57:57 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:09 -0500 |
commit | 8b0ff18c686999a4ff9ce37564cbb6f3054c5384 (patch) | |
tree | 83e5b72c281df30c7cfe36f5535428c7a34895b3 | |
parent | f0df599877f7670180efa37f6c75d91247418ceb (diff) | |
download | slackbuilds-8b0ff18c686999a4ff9ce37564cbb6f3054c5384.tar.gz |
libraries/libxml++: Updated for version 2.34.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r-- | libraries/libxml++/libxml++.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/libxml++/libxml++.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/libraries/libxml++/libxml++.SlackBuild b/libraries/libxml++/libxml++.SlackBuild index 295d1ad546..bab96ff793 100644 --- a/libraries/libxml++/libxml++.SlackBuild +++ b/libraries/libxml++/libxml++.SlackBuild @@ -6,9 +6,8 @@ # Modified by Michiel van Wessem <michiel@slackbuilds.org> # Updated by Diogo Leal<diogo@diogoleal.com> - PRGNAM=libxml++ -VERSION=2.33.2 +VERSION=2.34.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +53,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -74,7 +72,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \ $PKG/usr/doc/$PRGNAM-$VERSION 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 diff --git a/libraries/libxml++/libxml++.info b/libraries/libxml++/libxml++.info index c534bd3741..5106662002 100644 --- a/libraries/libxml++/libxml++.info +++ b/libraries/libxml++/libxml++.info @@ -1,8 +1,8 @@ PRGNAM="libxml++" -VERSION="2.33.2" +VERSION="2.34.1" HOMEPAGE="http://libxmlplusplus.sourceforge.net" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.33/libxml++-2.33.2.tar.bz2" -MD5SUM="b3ebc99c4953a18c6987ac8c4e10bdd8" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-2.34.1.tar.bz2" +MD5SUM="996d2d3bc8d917a84f5a4ae34f1add0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Diogo Leal" |