diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
commit | 364eb3f4561747275c1649fda3fd60c1c16632f9 (patch) | |
tree | f65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/pinentry | |
parent | 9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff) | |
download | nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2 nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip |
Suppression des ports extra
Diffstat (limited to 'extra/pinentry')
-rw-r--r-- | extra/pinentry/.footprint.i686 | 8 | ||||
-rw-r--r-- | extra/pinentry/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | extra/pinentry/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/pinentry/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/pinentry/Pkgfile | 22 |
5 files changed, 0 insertions, 40 deletions
diff --git a/extra/pinentry/.footprint.i686 b/extra/pinentry/.footprint.i686 deleted file mode 100644 index 099433843..000000000 --- a/extra/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/extra/pinentry/.footprint.x86_64 b/extra/pinentry/.footprint.x86_64 deleted file mode 100644 index 099433843..000000000 --- a/extra/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/extra/pinentry/.md5sum.i686 b/extra/pinentry/.md5sum.i686 deleted file mode 100644 index 235a8328c..000000000 --- a/extra/pinentry/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -81f99904daee5331eb6738408bb024b6 pinentry-0.8.1.tar.gz diff --git a/extra/pinentry/.md5sum.x86_64 b/extra/pinentry/.md5sum.x86_64 deleted file mode 100644 index 235a8328c..000000000 --- a/extra/pinentry/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -81f99904daee5331eb6738408bb024b6 pinentry-0.8.1.tar.gz diff --git a/extra/pinentry/Pkgfile b/extra/pinentry/Pkgfile deleted file mode 100644 index 671c13722..000000000 --- a/extra/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 -} |