]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libgcrypt/libgcrypt.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / libgcrypt / libgcrypt.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libgcrypt
7 version = 1.5.0
8 release = 3
9
10 groups = System/Libraries
11 url = http://www.gnupg.org/
12 license = LGPLv2.1+
13 summary = A general-purpose cryptography library.
14
15
16 description
17 Libgcrypt is a general purpose crypto library based on the code used \
18 in GNU Privacy Guard.
19 end
20
21 source_dl =
22 sources = %{thisapp}.tar.bz2
23
24 build
25 requires
26 gcc-c++
27 libgpg-error-devel
28 end
29
30 configure_options += \
31 --enable-noexecstack
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39
40 requires = libgpg-error-devel
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end