]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libassuan/libassuan.nm
Merge remote-tracking branch 'stevee/compat-packages'
[people/ms/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
22e45985 7version = 2.1.1
802ea3af 8release = 1
2d62f69d 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gnupg.org/
12license = LGPLv2+
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
22e45985 24source_dl = ftp://ftp.gnupg.org/gcrypt/libassuan/
802ea3af
MT
25sources = %{thisapp}.tar.bz2
26
27build
28 requires
29 autoconf
30 automake
31 libgpg-error-devel
32 libtool
33 pth-devel
34 end
35
36 prepare_cmds
37 autoreconf --install
38 end
39end
40
41packages
42 package %{name}
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end