summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 12:31:56 +0200
committersibel <lesibel@free.fr>2010-09-08 12:31:56 +0200
commitd5624c06728a92c2415f183b0512266d622750c7 (patch)
treedec41bb557383f5a2f11f14c8f9994de2903871e
parenta1d1c0147e16eef112daeb9e33a0bd23822607b9 (diff)
downloadnutyx-extra-d5624c06728a92c2415f183b0512266d622750c7.tar.gz
nutyx-extra-d5624c06728a92c2415f183b0512266d622750c7.tar.bz2
nutyx-extra-d5624c06728a92c2415f183b0512266d622750c7.tar.xz
nutyx-extra-d5624c06728a92c2415f183b0512266d622750c7.zip
maj de gnupg#2.0.16-2
-rw-r--r--extra/gnupg/.footprint1
-rw-r--r--extra/gnupg/Pkgfile3
2 files changed, 3 insertions, 1 deletions
diff --git a/extra/gnupg/.footprint b/extra/gnupg/.footprint
index 17949d0e2..a989b7692 100644
--- a/extra/gnupg/.footprint
+++ b/extra/gnupg/.footprint
@@ -13,6 +13,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/scdaemon
-rwxr-xr-x root/root usr/bin/watchgnupg
drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/gnupg -> /tmp/work/pkg/usr/lib/gnupg2
drwxr-xr-x root/root usr/lib/gnupg2/
-rwxr-xr-x root/root usr/lib/gnupg2/gnupg-pcsc-wrapper
-rwxr-xr-x root/root usr/lib/gnupg2/gpg-check-pattern
diff --git a/extra/gnupg/Pkgfile b/extra/gnupg/Pkgfile
index 1727d8cbb..b36d7ce52 100644
--- a/extra/gnupg/Pkgfile
+++ b/extra/gnupg/Pkgfile
@@ -6,7 +6,7 @@
name=gnupg
version=2.0.16
-release=1
+release=2
source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2
gnupg2-2.0.16-security.patch)
@@ -19,5 +19,6 @@ build() {
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
+ ln -s $PKG/usr/lib/gnupg2 $PKG/usr/lib/gnupg
}