]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libassuan/libassuan.nm
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / libassuan / libassuan.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libassuan
7 version = 2.1.1
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.gnupg.org/
12 license = LGPLv2+
13 summary = GnuPG IPC library.
14
15 description
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
21 non-persistent servers.
22 end
23
24 source_dl = ftp://ftp.gnupg.org/gcrypt/libassuan/
25 sources = %{thisapp}.tar.bz2
26
27 build
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
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-devel
45 template DEVEL
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end