pinentry-gtk2: initial import
This commit is contained in:
parent
fef6b25033
commit
7b0ae4a7ba
3
pinentry-gtk2/.footprint
Normal file
3
pinentry-gtk2/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/pinentry-gtk-2
|
1
pinentry-gtk2/.md5sum
Normal file
1
pinentry-gtk2/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
590be1b00f9ab63205843c7fed8caf35 pinentry-0.8.0.tar.gz
|
24
pinentry-gtk2/Pkgfile
Normal file
24
pinentry-gtk2/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# 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, gtk
|
||||
|
||||
name=pinentry-gtk2
|
||||
version=0.8.0
|
||||
release=1
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd pinentry-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-pinentry-{gtk,curses,qt,qt4} \
|
||||
--enable-pinentry-gtk2
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share
|
||||
rm $PKG/usr/bin/pinentry
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user