### this file is sourced not run
PKGVER=0.8.3
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 7.5
TARBALL=pinentry-0.8.3.tar.bz2
MD5SUM=2ae681cbca0d9fb774b2c90b11ebf56c 
SRC_URL=ftp://ftp.gnupg.org/gcrypt/pinentry/$TARBALL
BUNDLE=

SLACKREQ='libassuan'
SLACKDESC='pinentry-curses: pinentry-curses 0.8.3 (GnuPG Pin Entry)  
pinentry-curses:  
pinentry-curses: The PIN-Entry package contains a collection of simple PIN or 
pinentry-curses: pass-phrase entry dialogs which utilize the Assuan protocol 
pinentry-curses: as described by the Ägypten project. PIN-Entry programs are 
pinentry-curses: usually invoked by the gpg-agent daemon, but can be run from 
pinentry-curses: the command line as well. This package provides PIN-Entry for 
pinentry-curses: curses (ie text/console) interface.  
pinentry-curses: 
pinentry-curses: 
pinentry-curses:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --enable-pinentry-curses" &&
	pkg_build_autoconf && 
	pkg_build_slackdesc
}


