summaryrefslogtreecommitdiffstats
path: root/academic/sword/sword.SlackBuild
diff options
context:
space:
mode:
author Tim Dickson <tim@googlemail.com>2015-03-27 19:49:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-28 02:22:09 +0700
commit6b3552d8173cecfbc49581eb0e1a210cdbfcf57d (patch)
tree1b9c9a77688fe6fe6a8b6494d99d01748e03e0ab /academic/sword/sword.SlackBuild
parent2148eccd8ae33632c5ada5f9b409514368eb7c28 (diff)
downloadslackbuilds-6b3552d8173cecfbc49581eb0e1a210cdbfcf57d.tar.gz
slackbuilds-6b3552d8173cecfbc49581eb0e1a210cdbfcf57d.tar.xz
academic/sword: Updated for version 1.7.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sword/sword.SlackBuild')
-rw-r--r--academic/sword/sword.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/academic/sword/sword.SlackBuild b/academic/sword/sword.SlackBuild
index fbff2b0ded..8306633a8e 100644
--- a/academic/sword/sword.SlackBuild
+++ b/academic/sword/sword.SlackBuild
@@ -5,6 +5,8 @@
# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
+# changes updating to v1.7.4 Copyright 2015 Tim Dickson, Scotland
+#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
@@ -23,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sword
-VERSION=${VERSION:-1.6.2}
+VERSION=${VERSION:-1.7.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,10 +70,10 @@ find -L . \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-
-patch -p1 < $CWD/sword-1.6.2-clucene2.patch
-patch -p1 < $CWD/curl.patch
-patch -p1 < $CWD/multimap.patch
+#these patches don't appear to be needed for slackware 14.1 but
+#have been left in the package just in case someone descovers they are required.
+#patch -p1 < $CWD/curl.patch
+#patch -p1 < $CWD/multimap.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \