pinentry: imported a dependency of gnupg

This commit is contained in:
Simon Gloner 2006-12-25 14:28:47 +01:00
parent 973b857c0e
commit 6167f972a1
4 changed files with 33 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# URL: http://www.gnupg.org
# Maintainer: Simon Gloßner, viper at hometux dot de
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: libgcrypt, libassuan, libksba
# Depends on: libgcrypt, libassuan, libksba, pinentry
name=gnupg
version=2.0.1

6
pinentry/.footprint Normal file
View File

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

1
pinentry/.md5sum Normal file
View File

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

25
pinentry/Pkgfile Normal file
View File

@ -0,0 +1,25 @@
# Description: Secure PinEntry Dialog
# URL: http://www.gnupg.org
# Maintainer: Simon Gloßner, viper at hometux dot de
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: ncurses
# Nice to have: gtk, qt3
name=pinentry
version=0.7.2
release=1
source=(http://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--with-qt-dir=/usr/share/qt \
--enable-fallback-curses \
--disable-pinentry-gtk
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}