diff options
author | LukenShiro <lukenshiro@ngi.it> | 2012-04-29 20:13:49 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:40:05 -0500 |
commit | be8a3d7e7fa1679b8fa4127b3299ce498a29d5dc (patch) | |
tree | f5bfdcda62e45932cea56529a9811dab4c159750 /system | |
parent | feeacf3c5d92b91f0aefc741351c2b5c2914eb4b (diff) | |
download | slackbuilds-be8a3d7e7fa1679b8fa4127b3299ce498a29d5dc.tar.gz |
system/pcsc-tools: Updated for version 1.4.18.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/pcsc-tools/pcsc-tools.SlackBuild | 12 | ||||
-rw-r--r-- | system/pcsc-tools/pcsc-tools.info | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/system/pcsc-tools/pcsc-tools.SlackBuild b/system/pcsc-tools/pcsc-tools.SlackBuild index 227d1924e2..73b8f1b00b 100644 --- a/system/pcsc-tools/pcsc-tools.SlackBuild +++ b/system/pcsc-tools/pcsc-tools.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pcsc-tools # Copyright 2008 Andrew Psaltis <ampsaltis@gmail.com> -# Copyright 2011 LukenShiro <lukenshiro@ngi.it> +# Copyright 2011-2012 LukenShiro, Italy # All rights reserved. # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pcsc-tools -VERSION=1.4.17 +VERSION=1.4.18 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,9 +36,9 @@ if [ -z "$ARCH" ]; then fi CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} +OUTPUT=${OUTPUT:-/tmp} DOCS="LICENCE README TODO" @@ -72,12 +72,12 @@ find . \ -exec chmod 644 {} \; # Make sure that the man pages go to the right place -sed -i -e's|/share/man|/man|' Makefile +sed -i -e's|/share/man|/man|' Makefile # Use our wanted CFLAGS, in addition to those in the Makefile sed -i -e"s/-O2/$SLKCFLAGS/" Makefile -make +make make install DESTDIR=$PKG/usr # Strip pcsc_scan diff --git a/system/pcsc-tools/pcsc-tools.info b/system/pcsc-tools/pcsc-tools.info index 857675745c..76e232bce7 100644 --- a/system/pcsc-tools/pcsc-tools.info +++ b/system/pcsc-tools/pcsc-tools.info @@ -1,10 +1,10 @@ PRGNAM="pcsc-tools" -VERSION="1.4.17" +VERSION="1.4.18" HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/" -DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-1.4.17.tar.gz" -MD5SUM="2767238e1e737f94d13a91bdab1174ca" +DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-1.4.18.tar.gz" +MD5SUM="647ec2779cec69c910906fe5496f4e6c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" -APPROVED="Niels Horn" +APPROVED="dsomero" |