diff options
Diffstat (limited to 'system/opensc')
-rw-r--r-- | system/opensc/opensc.SlackBuild | 9 | ||||
-rw-r--r-- | system/opensc/opensc.info | 8 |
2 files changed, 9 insertions, 8 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 diff --git a/system/opensc/opensc.info b/system/opensc/opensc.info index feff7a3b04..6aeb11852f 100644 --- a/system/opensc/opensc.info +++ b/system/opensc/opensc.info @@ -1,8 +1,8 @@ PRGNAM="opensc" -VERSION="0.12.2" -HOMEPAGE="http://www.opensc-project.org/opensc/" -DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.12.2.tar.gz" -MD5SUM="5116adea5f2f9f22fb9896965789144b" +VERSION="0.13.0" +HOMEPAGE="https://github.com/OpenSC/OpenSC/wiki/OpenSC-Services" +DOWNLOAD="http://downloads.sourceforge.net/opensc/OpenSC/opensc-0.13.0.tar.gz" +MD5SUM="74a10de6c646bdaae307d6dc9e9accc0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pcsc-lite" |