summaryrefslogtreecommitdiffstats
path: root/dev-libs/opensc/metadata.xml
blob: c007e49dd1ab38427214c304933cd16ac88b4590 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>crypto</herd>
  <maintainer>
    <email>crypto@gentoo.org</email>
    <name>Crypto Herd</name>
  </maintainer>
  <longdescription>
    OpenSC is a library for accessing SmartCard devices. It is also
    the core library of the OpenSC project.

    Basic functionality (e.g. SELECT FILE, READ BINARY) should work on
    any ISO 7816-4 compatible SmartCard.  Encryption and decryption
    using private keys on the SmartCard is possible with PKCS #15
    compatible cards, such as the FINEID (Finnish Electronic IDentity)
    card.
  </longdescription>
  <use>
    <flag name='libtool'>
      Use <pkg>sys-devel/libtool</pkg> for dynamically loading libraries
      rather than the host libdl/dlopen helpers.
    </flag>

    <flag name='openct'>
      Use <pkg>dev-libs/openct</pkg> (and CT-API) for accessing
      Smartcard hardware. If neither openct nor pcsc-lite are enabled,
      only CT-API dynamic linking is enabled.
    </flag>

    <flag name='pcsc-lite'>
      Use <pkg>sys-apps/pcsc-lite</pkg> (and PC/SC API) for accessing
      Smartcard hardware. If neither openct nor pcsc-lite are enabled,
      only CT-API dynamic linking is enabled.
    </flag>
  </use>
</pkgmetadata>