]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libksba/libksba.nm
libksba: Update to version 1.3.2
[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 6name = libksba
41e28782 7version = 1.3.2
802ea3af 8release = 1
9d799892 9
802ea3af 10groups = System/Libraries
41e28782 11url = http://www.gnupg.org
802ea3af
MT
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
41e28782 20source_dl = ftp://ftp.gnupg.org/gcrypt/libksba/
802ea3af
MT
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
25 libgpg-error-devel
26 end
27end
28
29packages
30 package %{name}
1f9bc2f0 31
802ea3af
MT
32 package %{name}-devel
33 template DEVEL
34 end
1f9bc2f0
MT
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
802ea3af 39end