]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pinentry/pinentry.nm
gobject-introspection: Update to 1.39.3.
[people/ms/ipfire-3.x.git] / pinentry / pinentry.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pinentry
7 version = 0.7.6
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.gnupg.org
12 license = GPLv2
13 summary = Collection of simple PIN or passphrase entry dialogs.
14
15 description
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
19 curses (text) based version of the PIN entry dialog.
20 end
21
22 source_dl =
23
24 build
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
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end