]> git.ipfire.org Git - ipfire-3.x.git/blob - pinentry/pinentry.nm
kernel: Update to 5.3.7
[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.9.0
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 = ftp://ftp.gnupg.org/gcrypt/pinentry/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 libgpg-error-devel
28 ncurses-devel
29 end
30
31 configure_options += \
32 --enable-pin-entry-curses \
33 --enable-fallback-curses \
34 --disable-pinentry-gtk \
35 --disable-pinentry-gtk2 \
36 --disable-pinentry-qt
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end