]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libgcrypt/libgcrypt.nm
708cfd16b880ed877aa604640ee6e5be006bd43d
[people/amarx/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 = 1
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 --libdir=/lib \
32 --enable-noexecstack \
33
34 install_cmds
35 mkdir -pv %{BUILDROOT}/usr/lib
36 rm -vf %{BUILDROOT}/lib/libgcrypt.so
37 ln -sfv ../../lib/libgcrypt.so.11 %{BUILDROOT}/usr/lib/libgcrypt.so
38 end
39 end
40
41 packages
42 package %{name}
43 end
44
45 package %{name}-devel
46 template DEVEL
47
48 requires = libgpg-error-devel
49 end
50 end