]> git.ipfire.org Git - ipfire-3.x.git/blob - gpgme/gpgme.nm
flex: Update to 2.6.4
[ipfire-3.x.git] / gpgme / gpgme.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gpgme
7 version = 1.6.0
8 release = 1
9
10 groups = Applications/System
11 url = http://www.gnupg.org/related_software/gpgme/
12 license = LGPLv2+
13 summary = GnuPG Made Easy - high level crypto API.
14
15 description
16 GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
17 easier for applications. It provides a high-level crypto API for
18 encryption, decryption, signing, signature verification and key
19 management.
20 end
21
22 source_dl = ftp://ftp.gnupg.org/gcrypt/gpgme/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 gawk
28 gnupg2
29 libassuan-devel
30 libgpg-error-devel
31 pth-devel
32 which
33 end
34
35 configure_options += \
36 --with-gpg=%{bindir}/gpg2 \
37 --disable-gpg-test
38
39 # Tests hang indefinitely
40 #test
41 # make -C tests check
42 #end
43
44 install_cmds
45 # Remove LISP examples.
46 rm -rfv %{BUILDROOT}%{datadir}/common-lisp/
47 end
48 end
49
50 packages
51 package %{name}
52 requires = gnupg2
53 end
54
55 package %{name}-devel
56 template DEVEL
57
58 requires += libgpg-error-devel
59 end
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
64 end