diff options
Diffstat (limited to 'extra/pinentry-qt4')
-rw-r--r-- | extra/pinentry-qt4/.footprint.i686 | 3 | ||||
-rw-r--r-- | extra/pinentry-qt4/.footprint.x86_64 | 3 | ||||
-rw-r--r-- | extra/pinentry-qt4/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/pinentry-qt4/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/pinentry-qt4/Pkgfile | 26 |
5 files changed, 34 insertions, 0 deletions
diff --git a/extra/pinentry-qt4/.footprint.i686 b/extra/pinentry-qt4/.footprint.i686 new file mode 100644 index 000000000..5cf74e33a --- /dev/null +++ b/extra/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/extra/pinentry-qt4/.footprint.x86_64 b/extra/pinentry-qt4/.footprint.x86_64 new file mode 100644 index 000000000..5cf74e33a --- /dev/null +++ b/extra/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/extra/pinentry-qt4/.md5sum.i686 b/extra/pinentry-qt4/.md5sum.i686 new file mode 100644 index 000000000..235a8328c --- /dev/null +++ b/extra/pinentry-qt4/.md5sum.i686 @@ -0,0 +1 @@ +81f99904daee5331eb6738408bb024b6 pinentry-0.8.1.tar.gz diff --git a/extra/pinentry-qt4/.md5sum.x86_64 b/extra/pinentry-qt4/.md5sum.x86_64 new file mode 100644 index 000000000..235a8328c --- /dev/null +++ b/extra/pinentry-qt4/.md5sum.x86_64 @@ -0,0 +1 @@ +81f99904daee5331eb6738408bb024b6 pinentry-0.8.1.tar.gz diff --git a/extra/pinentry-qt4/Pkgfile b/extra/pinentry-qt4/Pkgfile new file mode 100644 index 000000000..55a5775a9 --- /dev/null +++ b/extra/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 +} |