]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - p11-kit/p11-kit.nm
tzdata: Update to 2014j
[people/ms/ipfire-3.x.git] / p11-kit / p11-kit.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = p11-kit
7 version = 0.14
8 release = 1
9
10 groups = System/Libraries
11 url = http://p11-glue.freedesktop.org/p11-kit.html
12 license = BSD
13 summary = Provides a way to load and enumerate PKCS#11 modules.
14
15 description
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.
22 end
23
24 source_dl = http://p11-glue.freedesktop.org/releases/
25
26 build
27 configure_options += --sysconfdir=/etc
28 end
29
30 packages
31 package %{name}
32
33 package %{name}-devel
34 template DEVEL
35 end
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end