system/pcsc-tools: Updated for version 1.4.18.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
feeacf3c5d
commit
be8a3d7e7f
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue