ports/opt (master): pinentry-qt: moved to attic
commit 426050d60dc42eac0a59853b85671a05f1110c86 Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Wed Oct 18 17:37:14 2006 +0000 pinentry-qt: moved to attic diff --git a/pinentry-qt/.footprint b/pinentry-qt/.footprint deleted file mode 100644 index 07c5b08..0000000 --- a/pinentry-qt/.footprint +++ /dev/null @@ -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 diff --git a/pinentry-qt/.md5sum b/pinentry-qt/.md5sum deleted file mode 100644 index cc352d1..0000000 --- a/pinentry-qt/.md5sum +++ /dev/null @@ -1 +0,0 @@ -55626ce13ed76d82ec5330d19bdf3ab4 pinentry-0.7.2.tar.gz diff --git a/pinentry-qt/Pkgfile b/pinentry-qt/Pkgfile deleted file mode 100644 index 3897f48..0000000 --- a/pinentry-qt/Pkgfile +++ /dev/null @@ -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 -}
participants (1)
-
crux@crux.nu