]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - libassuan/libassuan.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / libassuan / libassuan.nm
CommitLineData
2d62f69d 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2d62f69d
SS
4###############################################################################
5
802ea3af 6name = libassuan
68363912 7version = 2.5.5
fb0b5f5a 8release = 2.1
2d62f69d 9
802ea3af 10groups = System/Libraries
68363912 11url = https://www.gnupg.org/
802ea3af 12license = LGPLv2+
68363912 13summary = GnuPG IPC library
2d62f69d 14
802ea3af 15description
22e45985
MT
16 The Libassuan package contains an IPC library used by some of the other
17 GnuPG related packages. Libassuan's primary use is to allow a client to
18 interact with a non-persistent server. Libassuan is not, however, limited
19 to use with GnuPG servers and clients. It was designed to be flexible
20 enough to meet the demands of many transaction based environments with
2d62f69d 21 non-persistent servers.
802ea3af
MT
22end
23
68363912 24source_dl = https://www.gnupg.org/ftp/gcrypt/libassuan/
802ea3af
MT
25sources = %{thisapp}.tar.bz2
26
27build
28 requires
68363912 29 libgpg-error-devel >= 1.28
802ea3af 30 end
802ea3af
MT
31end
32
33packages
34 package %{name}
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end