summaryrefslogtreecommitdiffstats
path: root/pinentry/Pkgfile
blob: 671c13722a043b3e5f241e4e6cafe3562264976b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Dialogue pour entrer un code pin
# URL: 	http://www.gnupg.org/
# Maintainer: NuTyX
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk
# Run on:

name=pinentry
version=0.8.1
release=1
source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--enable-fallback-curses \
		--libexecdir=/usr/lib \
		--disable-pinentry-qt4
	make
	make DESTDIR=$PKG install
	rm $PKG/usr/share/info/dir
}