diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-06-30 23:52:57 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-30 23:52:57 -0500 |
commit | 38bdc4c5b2280d75c7b6372b400dcdf250ac6a72 (patch) | |
tree | 08a086b09ba0e033177aa7000b8ce517c5723671 /system/pcsc-tools/README | |
parent | 0d899f2d3b4f7dfcca9bb6585f4ab1788b22bf34 (diff) | |
download | slackbuilds-38bdc4c5b2280d75c7b6372b400dcdf250ac6a72.tar.gz |
system/pcsc-tools: Added (PC/SC smartcard reader tools)
This was missing from 13.1 repo, but required by a couple
of things, so let's get it updated and added back.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/pcsc-tools/README')
-rw-r--r-- | system/pcsc-tools/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/pcsc-tools/README b/system/pcsc-tools/README new file mode 100644 index 0000000000..69b6ea403c --- /dev/null +++ b/system/pcsc-tools/README @@ -0,0 +1,12 @@ +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 +scriptor - send commands to a smart card using a batch file or stdin +gscriptor - GTK frontend to scriptor + +pcsc_scan requires pcsc-lite to build and run. + +The rest of the above require pcsc-perl as a runtime dependency only, +and gscriptor needs perl-gtk2 as a runtime-only dependency. |