2010-03-27 01:35:04 +01:00
|
|
|
# Description: Secure PinEntry Dialog
|
|
|
|
# URL: http://www.gnupg.org
|
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
|
|
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
|
|
|
|
# Depends on: pinentry qt4
|
|
|
|
|
|
|
|
name=pinentry-qt4
|
2015-08-11 12:05:08 +02:00
|
|
|
version=0.9.5
|
2010-03-27 01:35:04 +01:00
|
|
|
release=1
|
2015-06-26 12:45:23 +02:00
|
|
|
source=(ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-$version.tar.bz2)
|
2010-03-27 01:35:04 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd pinentry-$version
|
|
|
|
|
2015-06-26 12:45:23 +02:00
|
|
|
sed -i 's|<ncursesw/|<|g' pinentry/pinentry-curses.c
|
|
|
|
|
2010-03-27 01:35:04 +01:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
2015-06-26 12:45:23 +02:00
|
|
|
--disable-pinentry-{curses,gtk2} \
|
2010-03-27 01:35:04 +01:00
|
|
|
--enable-pinentry-qt4
|
|
|
|
|
|
|
|
make -j1
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
rm -rf $PKG/usr/share
|
2015-08-11 12:05:08 +02:00
|
|
|
rm $PKG/usr/bin/pinentry{,-emacs}
|
2010-03-27 01:35:04 +01:00
|
|
|
}
|