summaryrefslogtreecommitdiffstats
path: root/system/opensc/opensc.SlackBuild
diff options
context:
space:
mode:
author LukenShiro2013-02-10 16:26:13 +0100
committer dsomero2013-02-14 01:33:42 +0100
commita6a4b0989a628e073542284dfe1a27bfe627d73b (patch)
treed8ecd16a6b47ded88a56832fadc33b4ef0bebaf5 /system/opensc/opensc.SlackBuild
parentca641aeab8dcba4808ad91a9f29292d08feb522b (diff)
downloadslackbuilds-a6a4b0989a628e073542284dfe1a27bfe627d73b.tar.gz
system/opensc: Updated for version 0.13.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/opensc/opensc.SlackBuild')
-rw-r--r--system/opensc/opensc.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/opensc/opensc.SlackBuild b/system/opensc/opensc.SlackBuild
index 8890dfb182..53f15d0013 100644
--- a/system/opensc/opensc.SlackBuild
+++ b/system/opensc/opensc.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for opensc
-# Copyright 2008-2013 LukenShiro <lukenshiro@ngi.it>
+# Copyright 2008-2013 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opensc
-VERSION=${VERSION:-0.12.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.13.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -65,7 +65,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -94,6 +94,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-doc \
--with-xsl-stylesheetsdir=/usr/share/xml/docbook/xsl-stylesheets-${XSL_STYLESHEETS_VER} \
$RDRSUBSYS_flags \
+ --enable-sm \
--build=$ARCH-slackware-linux
make