mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/pcsc-tools: Updated for version 1.4.17 + new maintainer.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
0837c6a084
commit
20e0ee0f22
4 changed files with 13 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
pcsc-tools provides some utilities that allow you to mess with your smart card
|
||||
reader, or to test a PC/SC driver.
|
||||
pcsc-tools provides some utilities that allow you to mess with your smart
|
||||
card reader, or to test a PC/SC driver.
|
||||
|
||||
ATR_analysis - analyze a smart card "Answer to Reset" message
|
||||
pcsc_scan - query the status of a smart card reader using pcsc-lite
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for pcsc-tools
|
||||
|
||||
# Copyright 2008 Andrew Psaltis <ampsaltis@gmail.com>
|
||||
# Copyright 2011 LukenShiro <lukenshiro@ngi.it>
|
||||
# All rights reserved.
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -22,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pcsc-tools
|
||||
VERSION=1.4.16
|
||||
VERSION=1.4.17
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pcsc-tools"
|
||||
VERSION="1.4.16"
|
||||
VERSION="1.4.17"
|
||||
HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
|
||||
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-1.4.16.tar.gz"
|
||||
MD5SUM="3b9c9f3780f42553103ac211f82f0bd4"
|
||||
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-1.4.17.tar.gz"
|
||||
MD5SUM="2767238e1e737f94d13a91bdab1174ca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Andrew Psaltis"
|
||||
EMAIL="ampsaltis@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
MAINTAINER="LukenShiro"
|
||||
EMAIL="lukenshiro@ngi.it"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue