system/opensc: Fixed dep information

This commit is contained in:
ponce 2012-08-22 17:38:29 +02:00 committed by Robby Workman
parent 0624bcef24
commit 6022ce54d4
2 changed files with 4 additions and 6 deletions

View file

@ -15,10 +15,8 @@ Beware! Smartcards have usually a limited number of times you may try a
wrong PIN/PUK combination before they become inoperable/permanently wrong PIN/PUK combination before they become inoperable/permanently
blocked. You have been warned! blocked. You have been warned!
This requires either pcsc-lite or openct (see below for details).
Since version 0.12.0, only one reader subsystem can be used and compiled Since version 0.12.0, only one reader subsystem can be used and compiled
in at the same time. The PCSC-LITE subsystem is used by default and it is in at the same time. The PCSC-LITE subsystem is used by default and it is
suitable for most smartcards (it requires pcsc-lite). If you need the suitable for most smartcards. If you need the OPENCT subsystem instead,
OPENCT subsystem instead, you have to pass "OPENCT=1" to the script when you have to pass "OPENCT=1" to the script when building and have the
building and have openct installed. optional dependency openct installed.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.12.2.tar.gz"
MD5SUM="5116adea5f2f9f22fb9896965789144b" MD5SUM="5116adea5f2f9f22fb9896965789144b"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="openct" REQUIRES="pcsc-lite"
MAINTAINER="LukenShiro" MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it" EMAIL="lukenshiro@ngi.it"