pinentry-qt: moved to attic
This commit is contained in:
parent
740dcb93c4
commit
426050d60d
@ -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
|
@ -1 +0,0 @@
|
||||
55626ce13ed76d82ec5330d19bdf3ab4 pinentry-0.7.2.tar.gz
|
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user