summaryrefslogtreecommitdiffstats
path: root/libraries/libxml++/libxml++.SlackBuild
diff options
context:
space:
mode:
author Diogo Leal2010-12-18 01:55:03 +0100
committer Robby Workman2010-12-21 05:44:01 +0100
commit89aa380dc7079f7115881dae585edc646e54f18f (patch)
tree38907240d0b89ea3770a7c071c2e43e67f120f04 /libraries/libxml++/libxml++.SlackBuild
parent9c093529963a1ef9e6b0ce01f984dfa73df0c7c5 (diff)
downloadslackbuilds-89aa380dc7079f7115881dae585edc646e54f18f.tar.gz
libraries/libxml++: Updated for version 2.33.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libxml++/libxml++.SlackBuild')
-rw-r--r--libraries/libxml++/libxml++.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/libxml++/libxml++.SlackBuild b/libraries/libxml++/libxml++.SlackBuild
index 370e19eb74..1323e4c25b 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}
+