]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - p11-kit/p11-kit.nm
Change file layout of the makefiles.
[people/stevee/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.3
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 =
25
26 packages
27 package %{name}
28 end
29
30 package %{name}-devel
31 template DEVEL
32 end
33 end