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/pcsc-tools/pcsc-tools.SlackBuild | |
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/pcsc-tools/pcsc-tools.SlackBuild')
-rw-r--r-- | system/pcsc-tools/pcsc-tools.SlackBuild | 12 |
1 files changed, 6 insertions, 6 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 |