summaryrefslogtreecommitdiffstats
path: root/system/pcsc-lite/README
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2010-05-11 20:02:05 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 20:02:05 +0200
commitbe1e4c9cb3bd26c64abbc4420acc466a0e3fe5f2 (patch)
tree9f9059570c7f7e7d78695a247be05432a2325410 /system/pcsc-lite/README
parent8ba56473252e017a6287fd72b8805087e8130a19 (diff)
downloadslackbuilds-be1e4c9cb3bd26c64abbc4420acc466a0e3fe5f2.tar.gz
slackbuilds-be1e4c9cb3bd26c64abbc4420acc466a0e3fe5f2.tar.xz
system/pcsc-lite: Added to 12.0 repository
Diffstat (limited to 'system/pcsc-lite/README')
-rw-r--r--system/pcsc-lite/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/system/pcsc-lite/README b/system/pcsc-lite/README
new file mode 100644
index 0000000000..f1487907c4
--- /dev/null
+++ b/system/pcsc-lite/README
@@ -0,0 +1,26 @@
+PC/SC-lite (Personal Computer/Smart Card interface)
+
+This is middleware to access a smart card using SCard API (PC/SC) Its purpose
+is to provide a Windows(R) SCard interface in a very small form factor for
+communicating to smart cards and readers. It is released under BSD license.
+
+It is compiled with --enable-usbdropdir=/usr/lib/pcsc/drivers
+This will be the destination directory for usb readers' drivers (ccid, cardman,
+others).
+
+NOTE: drivers are not included and must be compiled and installed separately.
+See /usr/doc/pcsc-lite-1.4.99/DRIVERS for more information on getting and
+installing specifc drivers.
+
+For serial and pcmcia readers only, it is necessary to edit files in
+/etc/reader.conf.d/ and run "/usr/sbin/update-reader.conf".
+
+Compiling with "DEBUGATR=1 ./pcsc-lite.SlackBuild" enables ATR parsing debug
+output messages.
+
+To start PC/SC-lite daemon, run "/etc/rc.d/rc.pcscd start".
+For pcmcia readers, this daemon should be started after rc.pcmcia - this is
+most easily accomplished by adding the following to /etc/rc.d/rc.local:
+ if [ -x /etc/rc.d/rc.pcscd ]; then
+ /etc/rc.d/rc.pcscd start
+ fi