summaryrefslogtreecommitdiffstats
path: root/libxml++/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-08-07 11:34:25 +0000
committer Eric Hameleers <alien@slackware.com>2011-08-07 11:34:25 +0000
commit21fba79b194a41144167416b7d5785d42de09e7c (patch)
tree9c3e74115281749b5f3e9ff3cc8a0f92bd9bc955 /libxml++/build
parente823579bd4a12d15113f0717e044e0ef7e409645 (diff)
downloadasb-21fba79b194a41144167416b7d5785d42de09e7c.tar.gz
asb-21fba79b194a41144167416b7d5785d42de09e7c.tar.xz
Update to 2.34.1
Diffstat (limited to 'libxml++/build')
-rwxr-xr-xlibxml++/build/libxml++.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libxml++/build/libxml++.SlackBuild b/libxml++/build/libxml++.SlackBuild
index a61cb493..3afeea0c 100755
--- a/libxml++/build/libxml++.SlackBuild
+++ b/libxml++/build/libxml++.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 2.32.0-1: 17/Oct/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 2.34.1-1: 17/Oct/2010 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh libxml++.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +44,7 @@
# Set initial variables:
PRGNAM=libxml++
-VERSION=${VERSION:-2.32.0}
+VERSION=${VERSION:-2.34.1}
MAJVER=$(echo $VERSION | cut -d. -f1-2)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}