summaryrefslogtreecommitdiffstats
path: root/system/pcsc-tools/README
diff options
context:
space:
mode:
author Andrew Psaltis <ampsaltis@gmail.com>2010-05-13 01:01:03 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 01:01:03 +0200
commit387f1e8f9c14fc5648eee03d43787806c806fe20 (patch)
treef826ac87c2f50b21722176aaf9cf33f6050cc901 /system/pcsc-tools/README
parent56d748afbe8f010316681a6780559ba65e3eae66 (diff)
downloadslackbuilds-387f1e8f9c14fc5648eee03d43787806c806fe20.tar.gz
slackbuilds-387f1e8f9c14fc5648eee03d43787806c806fe20.tar.xz
system/pcsc-tools: Added to 13.0 repository
Diffstat (limited to 'system/pcsc-tools/README')
-rw-r--r--system/pcsc-tools/README12
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.