opt/pinentry-gtk2/Pkgfile

25 lines
549 B
Plaintext
Raw Normal View History

2010-03-27 01:34:52 +01:00
# Description: Secure PinEntry Dialog
2019-10-04 11:11:46 +02:00
# URL: https://gnupg.org/related_software/pinentry/
2010-03-27 01:34:52 +01:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2019-10-04 11:11:46 +02:00
# Depends on: pinentry gtk
2010-03-27 01:34:52 +01:00
name=pinentry-gtk2
2017-12-30 00:51:55 +01:00
version=1.1.0
2010-03-27 01:34:52 +01:00
release=1
2019-10-04 11:11:46 +02:00
source=(https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-$version.tar.bz2)
2010-03-27 01:34:52 +01:00
build() {
cd pinentry-$version
2015-06-26 12:45:29 +02:00
2010-03-27 01:34:52 +01:00
./configure \
--prefix=/usr \
2016-06-01 22:29:07 +02:00
--disable-pinentry-{curses,qt,qt5} \
2010-03-27 01:34:52 +01:00
--enable-pinentry-gtk2
2016-06-01 22:29:07 +02:00
2010-03-27 01:34:52 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
2016-06-01 22:29:07 +02:00
rm $PKG/usr/bin/pinentry
2010-03-27 01:34:52 +01:00
}