Skip to content

Commit

Permalink
opensc: Libraries and applications to access smartcards
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Oct 12, 2013
1 parent b51034c commit fa16af2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devel/opensc/DEPENDS
@@ -0,0 +1,7 @@
depends pkgconfig
depends libxslt
depends docbook-xsl
optional_depends readline "--enable-readline" "--disable-readline" "for readline support"
optional_depends openssl "--enable-openssl" "--disable-openssl" "for openssl support"
optional_depends zlib "--enable-zlib" "--disable-zlib" "for zlib support"
optional_depends pcsc-lite "--enable-pcsc" "--disable-pcsc" "for pcsc-lite support (recommended)"
15 changes: 15 additions & 0 deletions devel/opensc/DETAILS
@@ -0,0 +1,15 @@
MODULE=opensc
VERSION=0.13.0
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=http://surfnet.dl.sourceforge.net/project/opensc/OpenSC/opensc-0.13.0/
SOURCE_VFY=sha1:9285ccbed7b49f63e488c8fb1b3e102994a28218
WEB_SITE="https://github.com/OpenSC/OpenSC/wiki"
ENTERED=20131012
UPDATED=20131012
SHORT="Libraries and applications to access smartcards"
cat <<EOF
OpenSC provides a set of libraries and utilities to work with
smart cards. Its main focus is on cards that support cryptographic
operations, and facilitate their use in security applications such
as authentication, mail encryption and digital signatures.
EOF

0 comments on commit fa16af2

Please sign in to comment.