]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - p11-kit/p11-kit.nm
gobject-introspection: Update to 1.39.3.
[people/ms/ipfire-3.x.git] / p11-kit / p11-kit.nm
CommitLineData
07ee4849 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
07ee4849
MT
4###############################################################################
5
802ea3af 6name = p11-kit
8f4a16b5 7version = 0.14
802ea3af 8release = 1
07ee4849 9
802ea3af
MT
10groups = System/Libraries
11url = http://p11-glue.freedesktop.org/p11-kit.html
12license = BSD
13summary = Provides a way to load and enumerate PKCS#11 modules.
07ee4849 14
802ea3af 15description
07ee4849
MT
16 Provides a way to load and enumerate PKCS#11 modules. Provides a standard
17 configuration setup for installing PKCS#11 modules in such a way that they're
18 discoverable.
19
20 Also solves problems with coordinating the use of PKCS#11 by different
21 components or libraries living in the same process.
802ea3af
MT
22end
23
9b768666
MT
24source_dl = http://p11-glue.freedesktop.org/releases/
25
26build
27 configure_options += --sysconfdir=/etc
28end
802ea3af
MT
29
30packages
31 package %{name}
9b768666 32
802ea3af
MT
33 package %{name}-devel
34 template DEVEL
35 end
1f9bc2f0
MT
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
802ea3af 40end