# Description: Secure PinEntry Dialog # URL: http://ftp.gnupg.org/gcrypt/pinentry/ # Maintainer: John Eriksson # Depends on: ncurses name=pinentry version=0.7.3 release=1 source=(http://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --with-qt-dir=/usr/share/qt \ --enable-fallback-curses \ --disable-pinentry-gtk make make DESTDIR=$PKG install }