diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-12 17:45:44 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:45:44 +0200 |
commit | f8ef861de227e0570a4e78333bb0bb53e01ddb28 (patch) | |
tree | 295b8e332ed794f26d51b819384f817399aa33e9 /system/opensc | |
parent | d5b94fe2515c8e1003d35a315f080846fd6aed2a (diff) | |
download | slackbuilds-f8ef861de227e0570a4e78333bb0bb53e01ddb28.tar.gz slackbuilds-f8ef861de227e0570a4e78333bb0bb53e01ddb28.tar.xz |
system/opensc: Updated for version 0.11.8
Diffstat (limited to 'system/opensc')
-rw-r--r-- | system/opensc/opensc.SlackBuild | 8 | ||||
-rw-r--r-- | system/opensc/opensc.info | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/system/opensc/opensc.SlackBuild b/system/opensc/opensc.SlackBuild index b9c0a22244f..e66a440f543 100644 --- a/system/opensc/opensc.SlackBuild +++ b/system/opensc/opensc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for opensc -# Copyright 2008 LukenShiro <lukenshiro@ngi.it> +# Copyright 2008-2009 LukenShiro <lukenshiro@ngi.it> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opensc -VERSION=${VERSION:-0.11.6} +VERSION=${VERSION:-0.11.8} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -37,10 +37,13 @@ DOCFILES="README COPYING NEWS" if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi set -e # Exit on most errors @@ -60,6 +63,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --datarootdir=/usr/share \ --mandir=/usr/man \ diff --git a/system/opensc/opensc.info b/system/opensc/opensc.info index 1b630596230..07f0e62b02f 100644 --- a/system/opensc/opensc.info +++ b/system/opensc/opensc.info @@ -1,8 +1,8 @@ PRGNAM="opensc" -VERSION="0.11.6" +VERSION="0.11.8" HOMEPAGE="http://www.opensc-project.org/opensc/" -DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.11.6.tar.gz" -MD5SUM="a426759f11350c32af2f17a5cd4d5938" +DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.11.8.tar.gz" +MD5SUM="a269b478b18dddb648b9bd930206b5a8" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" -APPROVED="rworkman" +APPROVED="dsomero" |