]> git.ipfire.org Git - ipfire-3.x.git/blame - pinentry/pinentry.nm
kernel: Update to 5.3.7
[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 6name = pinentry
dc48d321 7version = 0.9.0
802ea3af 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
dc48d321
MT
22source_dl = ftp://ftp.gnupg.org/gcrypt/pinentry/
23sources = %{thisapp}.tar.bz2
802ea3af
MT
24
25build
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
37end
38
39packages
40 package %{name}
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end