]> git.ipfire.org Git - ipfire-3.x.git/blob - p11-kit/p11-kit.nm
5470a6136710b65c3a90d4c05d1a40b0e7607e41
[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.24.1
8 release = 1
9
10 groups = System/Libraries
11 url = https://p11-glue.github.io/p11-glue/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 = https://github.com/p11-glue/p11-kit/releases/download/%{version}/
25 sources = %{thisapp}.tar.xz
26
27 build
28 requires
29 bash-completion-devel
30 libffi-devel >= 3.0.0
31 libtasn1-devel >= 2.3
32 meson
33 ninja
34 systemd-devel
35 end
36
37 build
38 %{meson}
39 %{meson_build}
40 end
41
42 install
43 %{meson_install}
44 end
45 end
46
47 packages
48 package %{name}
49
50 package %{name}-devel
51 template DEVEL
52 end
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
57 end