]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libksba/libksba.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / libksba / libksba.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libksba
7 version = 1.0.8
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.gnugp.org
12 license = GPLv3
13 summary = X.509 Library.
14
15 description
16 KSBA is a library designed to build software based on the X.509 and \
17 CMS protocols.
18 end
19
20 source_dl =
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 libgpg-error-devel
26 end
27 end
28
29 packages
30 package %{name}
31 end
32
33 package %{name}-devel
34 template DEVEL
35 end
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end