summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author LukenShiro2011-01-08 17:15:54 +0100
committer Robby Workman2011-01-10 22:04:23 +0100
commit0837c6a0848489a461f25a7fdf04eee6e11047e1 (patch)
treeb66910465a6eb24ff3fa64fba8c70d837d093da6 /system
parentea1528cb0bd518e8903383dbe4a8d96fbf1d8257 (diff)
downloadslackbuilds-0837c6a0848489a461f25a7fdf04eee6e11047e1.tar.gz
system/pcsc-lite: Updated for versio 1.6.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/pcsc-lite/README28
-rw-r--r--system/pcsc-lite/pcsc-lite.SlackBuild14
-rw-r--r--system/pcsc-lite/pcsc-lite.info8
-rw-r--r--system/pcsc-lite/slack-desc2
4 files changed, 26 insertions, 26 deletions
diff --git a/system/pcsc-lite/README b/system/pcsc-lite/README
index a197e258f9..d718477afd 100644
--- a/system/pcsc-lite/README
+++ b/system/pcsc-lite/README
@@ -1,18 +1,18 @@
-PC/SC-lite (Personal Computer/Smart Card interface)
+PC/SC-lite is a 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.
-This is a 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.
-
-Compiling with "DEBUGATR=1 ./pcsc-lite.SlackBuild" enables ATR parsing debug
-output messages. Compiling with "APIDOC=1 ./pcsc-lite.SlackBuild" produces
-API .pdf documentation (for ifd handlers only, mainly intended for developers).
+Compiling with "DEBUGATR=1 ./pcsc-lite.SlackBuild" enables ATR parsing
+debug output messages. Compiling with "APIDOC=1 ./pcsc-lite.SlackBuild"
+produces API .pdf documentation (for ifd handlers only, mainly intended
+for developers).
pcsc-lite uses libhal for smart-card reader's detection, according to
-upstream's advice. If you want to use usb polling, you can pass "HALD=0"
-to the script when building in order to use libusb for detecting your reader
-(be aware that, using libusb, if your reader can be managed at the same time
-by the openct driver *and* by the pcsc-lite driver, so you may experience
-some detection issues).
+upstream's advice. If you want to use usb polling, you can pass "HALD=0"
+to the script when building in order to use libusb for detecting your
+reader (be aware that, using libusb, if your reader can be managed at
+the same time by the openct driver *and* by the pcsc-lite driver, so
+you may experience some detection issues).
-Please see README.SLACKWARE in pcsc-lite's documentation directory for notes.
+Please see README.SLACKWARE in pcsc-lite's documentation directory
+for notes.
diff --git a/system/pcsc-lite/pcsc-lite.SlackBuild b/system/pcsc-lite/pcsc-lite.SlackBuild
index 2d6b9d3b4e..0fad321454 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-2010 LukenShiro <lukenshiro@ngi.it>
+# Copyright 2007-2011 LukenShiro <lukenshiro@ngi.it>
# 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.6.4}
+VERSION=${VERSION:-1.6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +68,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -78,10 +78,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+ -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
+ -exec chmod 644 {} \;
# Fix the DRIVERS file to reflect the correct drivers directory as built
# with this script
diff --git a/system/pcsc-lite/pcsc-lite.info b/system/pcsc-lite/pcsc-lite.info
index e237e568db..f533f2ec28 100644
--- a/system/pcsc-lite/pcsc-lite.info
+++ b/system/pcsc-lite/pcsc-lite.info
@@ -1,10 +1,10 @@
PRGNAM="pcsc-lite"
-VERSION="1.6.4"
+VERSION="1.6.6"
HOMEPAGE="http://pcsclite.alioth.debian.org"
-DOWNLOAD="http://alioth.debian.org/frs/download.php/3337/pcsc-lite-1.6.4.tar.bz2"
-MD5SUM="d2106e881803784fe2f27922d2d73bc0"
+DOWNLOAD="http://alioth.debian.org/frs/download.php/3479/pcsc-lite-1.6.6.tar.bz2"
+MD5SUM="f80d3ecd9569b71d557f283f16295c74"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
-APPROVED="rworkman"
+APPROVED="Niels Horn"
diff --git a/system/pcsc-lite/slack-desc b/system/pcsc-lite/slack-desc
index 21e0f28ca9..af283d5708 100644
--- a/system/pcsc-lite/slack-desc
+++ b/system/pcsc-lite/slack-desc
@@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler---------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
pcsc-lite: pcsc-lite (Middleware to access a smart card using SCard API)
pcsc-lite:
pcsc-lite: Middleware to access a smart card using SCard API (PC/SC)