summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/gnupg/.footprint1
-rw-r--r--extra/gnupg/Pkgfile3
-rwxr-xr-xextra/pth/Pkgfile11
3 files changed, 7 insertions, 8 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
}
diff --git a/extra/pth/Pkgfile b/extra/pth/Pkgfile
index 68ad22dc7..6950c2310 100755
--- a/extra/pth/Pkgfile
+++ b/extra/pth/Pkgfile
@@ -6,7 +6,7 @@
name=pth
version=2.0.7
-release=2
+release=3
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
@@ -16,11 +16,8 @@ build() {
--mandir=/usr/share/man\
--infodir=/usr/share/info
- # pth ne supporte pas la parallelisation paramétrée dans pkgmk.conf
- _MAKE=MAKEFLAGS
- export MAKEFLAGS='-j 1'
- make
- make DESTDIR=$PKG install
- export MAKEFLAGS= _MAKE
+ unset MAKEFLAGS
+ make
+ make DESTDIR=$PKG install
}