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