summaryrefslogtreecommitdiffstats
path: root/system/opensc/opensc.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-01-14 21:00:19 +0100
committer Willy Sudiarto Raharjo2020-01-18 06:25:10 +0100
commitf671186800040e90b6cbe55face674f9f3b5ce55 (patch)
tree9fccd0bdb3f6599370b5d7d0aa5bd696ba50c34a /system/opensc/opensc.SlackBuild
parent5515e86cd2b95cd04b2700431e14bee92e14c90f (diff)
downloadslackbuilds-f671186800040e90b6cbe55face674f9f3b5ce55.tar.gz
system/opensc: Updated for version 0.20.0.
Changed maintainer Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/opensc/opensc.SlackBuild')
-rw-r--r--system/opensc/opensc.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/system/opensc/opensc.SlackBuild b/system/opensc/opensc.SlackBuild
index e7dc5c71e3..bdabbf092b 100644
--- a/system/opensc/opensc.SlackBuild
+++ b/system/opensc/opensc.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for opensc
# Copyright 2008-2015 LukenShiro, Italy
+# Copyright 2018-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +24,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opensc
-VERSION=${VERSION:-0.15.0}
+VERSION=${VERSION:-0.20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,7 +41,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-DOCFILES="README COPYING NEWS ChangeLog"
+DOCFILES="README COPYING NEWS"
XSL_STYLESHEETS_VER=1.78.1
# opensc now supports only one reader subsystem (pcsc-lite or openct)
@@ -51,8 +52,8 @@ case "$OPENCT" in
*) RDRSUBSYS_flags="--disable-pcsc --enable-openct" ;;
esac
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"