pinentry-qt: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:37:14 +00:00
parent 740dcb93c4
commit 426050d60d
3 changed files with 0 additions and 32 deletions

View File

@ -1,5 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/pinentry -> pinentry-qt
-rwxr-xr-x root/root usr/bin/pinentry-curses
-rwxr-xr-x root/root usr/bin/pinentry-qt

View File

@ -1 +0,0 @@
55626ce13ed76d82ec5330d19bdf3ab4 pinentry-0.7.2.tar.gz

View File

@ -1,26 +0,0 @@
# Description: QT passphrase entry dialog
# URL: http://www.gnupg.org
# Maintainer:
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: qt3, gpg-agent
name=pinentry-qt
version=0.7.2
release=1
source=(ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-$version.tar.gz)
build()
{
cd pinentry-$version
./configure --prefix=/usr \
--with-qt-dir=/usr \
--with-qt-includes=/usr/include/qt \
--disable-nls \
--enable-pinentry-qt \
--disable-pinentry-gtk2
make
make DESTDIR=$PKG install
rm -f $PKG/usr/bin/{pinentry,pinentry-gtk}
ln -sf pinentry-qt $PKG/usr/bin/pinentry
test -d $PKG/usr/info && rm -rf $PKG/usr/info
}