]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gpgme/gpgme.nm
gobject-introspection: Update to 1.39.3.
[people/ms/ipfire-3.x.git] / gpgme / gpgme.nm
CommitLineData
355df181
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = gpgme
7version = 1.3.0
8release = 1
9
10groups = Applications/System
11url = http://www.gnupg.org/related_software/gpgme/
12license = LGPLv2+
13summary = GnuPG Made Easy - high level crypto API.
14
15description
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.
20end
21
22source_dl = ftp://ftp.gnupg.org/gcrypt/gpgme/
23sources = %{thisapp}.tar.bz2
24
25build
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
47end
48
49packages
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
63end