summaryrefslogtreecommitdiffstats
path: root/pinentry-qt4
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /pinentry-qt4
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'pinentry-qt4')
-rw-r--r--pinentry-qt4/.footprint.i6863
-rw-r--r--pinentry-qt4/.footprint.x86_643
-rw-r--r--pinentry-qt4/.md5sum.i6861
-rw-r--r--pinentry-qt4/.md5sum.x86_641
-rw-r--r--pinentry-qt4/Pkgfile26
5 files changed, 34 insertions, 0 deletions
diff --git a/pinentry-qt4/.footprint.i686 b/pinentry-qt4/.footprint.i686
new file mode 100644
index 000000000..5cf74e33a
--- /dev/null
+++ b/pinentry-qt4/.footprint.i686
@@ -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-qt4
diff --git a/pinentry-qt4/.footprint.x86_64 b/pinentry-qt4/.footprint.x86_64
new file mode 100644
index 000000000..5cf74e33a
--- /dev/null
+++ b/pinentry-qt4/.footprint.x86_64
@@ -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-qt4
diff --git a/pinentry-qt4/.md5sum.i686 b/pinentry-qt4/.md5sum.i686
new file mode 100644
index 000000000..235a8328c
--- /dev/null
+++ b/pinentry-qt4/.md5sum.i686
@@ -0,0 +1 @@
+81f99904daee5331eb6738408bb024b6 pinentry-0.8.1.tar.gz
diff --git a/pinentry-qt4/.md5sum.x86_64 b/pinentry-qt4/.md5sum.x86_64
new file mode 100644
index 000000000..235a8328c
--- /dev/null
+++ b/pinentry-qt4/.md5sum.x86_64
@@ -0,0 +1 @@
+81f99904daee5331eb6738408bb024b6 pinentry-0.8.1.tar.gz
diff --git a/pinentry-qt4/Pkgfile b/pinentry-qt4/Pkgfile
new file mode 100644
index 000000000..809451c09
--- /dev/null
+++ b/pinentry-qt4/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Dialogue pour entrer un code pin
+# URL: http://www.gnupg.org/
+# Maintainer: NuTyX
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: qt
+# Run on: qt
+
+name=pinentry-qt4
+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 \
+ --enable-pinentry-qt4 \
+ --disable-pinentry-qt \
+ --disable-pinentry-gtk \
+ --disable-pinentry-gtk2 \
+ --disable-pinentry-curses
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share $PKG/usr/bin/pinentry
+}