mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/pcsc-lite: Updated for versio 1.6.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
ea1528cb0b
commit
0837c6a084
4 changed files with 26 additions and 26 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue