From 5242ee1372701b8e56eed94c9fa108a0855ce76a Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 24 Oct 2011 20:35:17 +0200 Subject: pinentry-qt4 0.8.1-1 ajout port --- extra/pinentry-qt4/.footprint.i686 | 3 +++ extra/pinentry-qt4/.footprint.x86_64 | 3 +++ extra/pinentry-qt4/.md5sum.i686 | 1 + extra/pinentry-qt4/.md5sum.x86_64 | 1 + extra/pinentry-qt4/Pkgfile | 26 ++++++++++++++++++++++++++ 5 files changed, 34 insertions(+) create mode 100644 extra/pinentry-qt4/.footprint.i686 create mode 100644 extra/pinentry-qt4/.footprint.x86_64 create mode 100644 extra/pinentry-qt4/.md5sum.i686 create mode 100644 extra/pinentry-qt4/.md5sum.x86_64 create mode 100644 extra/pinentry-qt4/Pkgfile (limited to 'extra') 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 +} -- cgit v1.2.3-70-g09d2