summaryrefslogtreecommitdiffstats
path: root/pinentry/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-05-09 05:58:41 +0200
committertnut <tnut at nutyx dot com>2012-05-09 05:58:41 +0200
commitca19b2ad6e9c2af6e1207528333c98c015b03bac (patch)
treebe7c5dc234434f1ea0af2087e7867cd16c98ea48 /pinentry/Pkgfile
parent37e8b04c407c359b9ec64c9150084f412978974d (diff)
downloadnutyx-pakxe-ca19b2ad6e9c2af6e1207528333c98c015b03bac.tar.gz
nutyx-pakxe-ca19b2ad6e9c2af6e1207528333c98c015b03bac.tar.bz2
nutyx-pakxe-ca19b2ad6e9c2af6e1207528333c98c015b03bac.tar.xz
nutyx-pakxe-ca19b2ad6e9c2af6e1207528333c98c015b03bac.zip
pinentry dans base
Diffstat (limited to 'pinentry/Pkgfile')
-rw-r--r--pinentry/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/pinentry/Pkgfile b/pinentry/Pkgfile
new file mode 100644
index 000000000..671c13722
--- /dev/null
+++ b/pinentry/Pkgfile
@@ -0,0 +1,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
+}