]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - gpgme/gpgme.nm
gobject-introspection: Update to 1.39.3.
[people/ms/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.3.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 test
40 make -C tests check
41 end
42
43 install_cmds
44 # Remove LISP examples.
45 rm -rfv %{BUILDROOT}%{datadir}/common-lisp/
46 end
47 end
48
49 packages
50 package %{name}
51 requires = gnupg2
52 end
53
54 package %{name}-devel
55 template DEVEL
56
57 requires += libgpg-error-devel
58 end
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63 end