]> git.ipfire.org Git - ipfire-3.x.git/blame - p11-kit/p11-kit.nm
glibc: Remove audit support
[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
e3c3abe4 7version = 0.23.2
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
e3c3abe4
MT
27 requires
28 libffi-devel >= 3.0.0
29 libtasn1-devel >= 2.3
30 end
9b768666 31end
802ea3af
MT
32
33packages
34 package %{name}
9b768666 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end