The PIN-Entry package contains a collection of simple PIN or pass-phrase entry dialogs which utilize the Assuan protocol as described by the Ägypten project. PIN-Entry programs are usually invoked by the gpg-agent daemon, but can be run from the command line as well. There are programs for various text-based and GUI environments, including interfaces designed for Ncurses (text-based), GTK+, GTK+2, Qt3, and Qt4.
This package is known to build and work properly using an LFS-7.7 platform.
Download (FTP): ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.0.tar.bz2
Download MD5 sum: 40a05856cb3accf6679987b7899b0f5a
Download size: 456 KB
Estimated disk space required: 9.8 MB
Estimated build time: 0.1 SBU
GTK+-2.24.26, libcap-2.24 with PAM and Qt-4.8.6
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pinentry
If both Qt-4.8.6 and Qt-5.4.0 are installed, use source setqt4, before starting.
Install PIN-Entry by running the following commands:
sed -i 's:../../../s/pinentry/qt4/::' qt4/*.moc && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
sed -i ... qt4/*.moc Fix some header locations.
Last updated on 2015-02-23 21:00:51 -0800