]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pinentry/pinentry.nm
gobject-introspection: Update to 1.39.3.
[people/ms/ipfire-3.x.git] / pinentry / pinentry.nm
CommitLineData
90cab50b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
90cab50b
SS
4###############################################################################
5
802ea3af
MT
6name = pinentry
7version = 0.7.6
8release = 1
90cab50b 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gnupg.org
12license = GPLv2
13summary = Collection of simple PIN or passphrase entry dialogs.
90cab50b 14
802ea3af
MT
15description
16 Pinentry is a collection of simple PIN or passphrase entry dialogs which
17 utilize the Assuan protocol as described by the aegypten project; see
18 http://www.gnupg.org/aegypten/ for details. This package contains the
90cab50b 19 curses (text) based version of the PIN entry dialog.
802ea3af
MT
20end
21
22source_dl =
23
24build
25 requires
26 libgpg-error-devel
27 ncurses-devel
28 end
29
30 configure_options += \
31 --enable-pin-entry-curses \
32 --enable-fallback-curses \
33 --disable-pinentry-gtk \
34 --disable-pinentry-gtk2 \
35 --disable-pinentry-qt
36end
37
38packages
39 package %{name}
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end