]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - libassuan/libassuan.nm
e2fsprogs: Update to 1.42.2.
[people/arne_f/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.0.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 =
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 end
44
45 package %{name}-devel
46 template DEVEL
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end