]> git.ipfire.org Git - ipfire-3.x.git/blame - libksba/libksba.nm
json-c: Update to version 0.17-20230812
[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
cfbd9ac0 7version = 1.6.2
802ea3af 8release = 1
9d799892 9
802ea3af 10groups = System/Libraries
cfbd9ac0 11url = https://www.gnupg.org
802ea3af 12license = GPLv3
cfbd9ac0 13summary = X.509 Library
9d799892 14
802ea3af 15description
cfbd9ac0 16 KSBA is a library designed to build software based on the X.509 and
9d799892 17 CMS protocols.
802ea3af
MT
18end
19
cfbd9ac0 20source_dl = https://www.gnupg.org/ftp/gcrypt/libksba/
802ea3af
MT
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
cfbd9ac0 25 libgpg-error-devel >= 1.8
802ea3af
MT
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