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