]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - pinentry/pinentry.nm
elfutils: Correctly configure debuginfod
[people/pmueller/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
b3fbbaf0 7version = 1.2.1
802ea3af 8release = 1
90cab50b 9
802ea3af 10groups = System/Libraries
b3fbbaf0 11url = https://www.gnupg.org
802ea3af 12license = GPLv2
b3fbbaf0 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
b3fbbaf0 22source_dl = https://www.gnupg.org/ftp/gcrypt/pinentry/
dc48d321 23sources = %{thisapp}.tar.bz2
802ea3af
MT
24
25build
26 requires
b3fbbaf0 27 libassuan-devel >= 2.1.0
802ea3af
MT
28 libgpg-error-devel
29 ncurses-devel
30 end
31
32 configure_options += \
33 --enable-pin-entry-curses \
34 --enable-fallback-curses \
35 --disable-pinentry-gtk \
36 --disable-pinentry-gtk2 \
37 --disable-pinentry-qt
38end
39
40packages
41 package %{name}
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end