summaryrefslogtreecommitdiffstats
path: root/system/pcsc-lite
diff options
context:
space:
mode:
author LukenShiro2012-12-28 22:18:36 +0100
committer Matteo Bernardini2012-12-28 22:19:04 +0100
commitc5ae0128ff3de163c10bae582f3ae32980a969d7 (patch)
treefcfe506d73e5887bb5d39c086422eec82642ec64 /system/pcsc-lite
parent15964ea7da2d16298fc58f2bfdc1752a52de9783 (diff)
downloadslackbuilds-c5ae0128ff3de163c10bae582f3ae32980a969d7.tar.gz
system/pcsc-lite: Updated for version 1.8.7.
Added more notes about need of dedicated user and group. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/pcsc-lite')
-rw-r--r--system/pcsc-lite/README2
-rw-r--r--system/pcsc-lite/README.SLACKWARE6
-rw-r--r--system/pcsc-lite/pcsc-lite.SlackBuild4
-rw-r--r--system/pcsc-lite/pcsc-lite.info8
4 files changed, 14 insertions, 6 deletions
diff --git a/system/pcsc-lite/README b/system/pcsc-lite/README
index 2123870c8c..b1c0a5045e 100644
--- a/system/pcsc-lite/README
+++ b/system/pcsc-lite/README
@@ -8,5 +8,7 @@ debug output messages.
pcsc-lite no longer uses (deprecated) libhal for smart-card reader's
detection. By default libudev is used now.
+You need to add a user pcscd (257) and a group pcscd (257).
+
Please see README.SLACKWARE in pcsc-lite's documentation directory
for notes.
diff --git a/system/pcsc-lite/README.SLACKWARE b/system/pcsc-lite/README.SLACKWARE
index 4cf8418e88..6628c015df 100644
--- a/system/pcsc-lite/README.SLACKWARE
+++ b/system/pcsc-lite/README.SLACKWARE
@@ -1,3 +1,9 @@
+You must have a "pcscd" user and a "pcscd" group to run this script.
+To create the user and group you can run these two commands
+(uid/gid are set accordingly to http://slackbuilds.org/uid_gid.txt):
+ # groupadd -g 257 pcscd
+ # useradd -u 257 -g pcscd -d /var/run/pcscd -s /bin/false pcscd
+
To start PC/SC-lite daemon, run "/etc/rc.d/rc.pcscd start". This is most
easily accomplished by adding the following to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.pcscd ]; then
diff --git a/system/pcsc-lite/pcsc-lite.SlackBuild b/system/pcsc-lite/pcsc-lite.SlackBuild
index fd14c8b13d..dc007d1fed 100644
--- a/system/pcsc-lite/pcsc-lite.SlackBuild
+++ b/system/pcsc-lite/pcsc-lite.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pcsc-lite
-# Copyright 2007-2012 LukenShiro, Italy
+# Copyright 2007-2013 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pcsc-lite
-VERSION=${VERSION:-1.8.3}
+VERSION=${VERSION:-1.8.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/pcsc-lite/pcsc-lite.info b/system/pcsc-lite/pcsc-lite.info
index 958f568cf2..6856f66d8e 100644
--- a/system/pcsc-lite/pcsc-lite.info
+++ b/system/pcsc-lite/pcsc-lite.info
@@ -1,10 +1,10 @@
PRGNAM="pcsc-lite"
-VERSION="1.8.3"
+VERSION="1.8.7"
HOMEPAGE="http://pcsclite.alioth.debian.org"
-DOWNLOAD="https://alioth.debian.org/frs/download.php/3706/pcsc-lite-1.8.3.tar.bz2"
-MD5SUM="7ad8c97c89f77aab7a00317eb7e811e9"
+DOWNLOAD="https://alioth.debian.org/frs/download.php/3842/pcsc-lite-1.8.7.tar.bz2"
+MD5SUM="744f4b437492ce22ae23aa483a76becf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="%README%"
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"