]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/libassuan/libassuan.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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
MT
6name = libassuan
7version = 2.0.1
8release = 1
2d62f69d 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gnupg.org/
12license = LGPLv2+
13summary = GnuPG IPC library.
2d62f69d 14
802ea3af 15description
2d62f69d
SS
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.
802ea3af
MT
22end
23
24source_dl =
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}
43 end
44
45 package %{name}-devel
46 template DEVEL
47 end
48end