diff options
author | piernov <piernov@piernov.org> | 2012-05-13 21:57:28 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-13 21:57:28 +0200 |
commit | d426e80388158e1ce7ec545eca64782b234768cb (patch) | |
tree | 643e2d11a43aa259959104ef74aee86dd0b29289 | |
parent | fe844f9dc43b4793dcc37390ab2242b7e787811e (diff) | |
download | nutyx-pakxe-d426e80388158e1ce7ec545eca64782b234768cb.tar.gz nutyx-pakxe-d426e80388158e1ce7ec545eca64782b234768cb.tar.bz2 nutyx-pakxe-d426e80388158e1ce7ec545eca64782b234768cb.tar.xz nutyx-pakxe-d426e80388158e1ce7ec545eca64782b234768cb.zip |
Revert "pinentry dans base"
This reverts commit ca19b2ad6e9c2af6e1207528333c98c015b03bac.
-rw-r--r-- | pinentry/.footprint.i686 | 8 | ||||
-rw-r--r-- | pinentry/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | pinentry/.md5sum.i686 | 1 | ||||
-rw-r--r-- | pinentry/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | pinentry/Pkgfile | 22 |
5 files changed, 0 insertions, 40 deletions
diff --git a/pinentry/.footprint.i686 b/pinentry/.footprint.i686 deleted file mode 100644 index 099433843..000000000 --- a/pinentry/.footprint.i686 +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/pinentry -> pinentry-gtk-2 --rwxr-xr-x root/root usr/bin/pinentry-curses --rwxr-xr-x root/root usr/bin/pinentry-gtk-2 -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/info/ --rw-r--r-- root/root usr/share/info/pinentry.info.gz diff --git a/pinentry/.footprint.x86_64 b/pinentry/.footprint.x86_64 deleted file mode 100644 index 099433843..000000000 --- a/pinentry/.footprint.x86_64 +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/pinentry -> pinentry-gtk-2 --rwxr-xr-x root/root usr/bin/pinentry-curses --rwxr-xr-x root/root usr/bin/pinentry-gtk-2 -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/info/ --rw-r--r-- root/root usr/share/info/pinentry.info.gz diff --git a/pinentry/.md5sum.i686 b/pinentry/.md5sum.i686 deleted file mode 100644 index 235a8328c..000000000 --- a/pinentry/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -81f99904daee5331eb6738408bb024b6 pinentry-0.8.1.tar.gz diff --git a/pinentry/.md5sum.x86_64 b/pinentry/.md5sum.x86_64 deleted file mode 100644 index 235a8328c..000000000 --- a/pinentry/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -81f99904daee5331eb6738408bb024b6 pinentry-0.8.1.tar.gz diff --git a/pinentry/Pkgfile b/pinentry/Pkgfile deleted file mode 100644 index 671c13722..000000000 --- a/pinentry/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# 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 -} |