summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 11:02:49 +0200
committersibel <lesibel@free.fr>2010-09-08 11:02:49 +0200
commitbbb4845025157637df830eec38c04251f58be18b (patch)
tree955048bde6f21af84570db0d3a24f638717c5c81
parent64623216987e9df84b7abe9f070e9c1ed6e44756 (diff)
downloadnutyx-extra-bbb4845025157637df830eec38c04251f58be18b.tar.gz
nutyx-extra-bbb4845025157637df830eec38c04251f58be18b.tar.bz2
nutyx-extra-bbb4845025157637df830eec38c04251f58be18b.tar.xz
nutyx-extra-bbb4845025157637df830eec38c04251f58be18b.zip
maj de pth#2.0.7-2
-rwxr-xr-xextra/pth/Pkgfile14
1 files changed, 9 insertions, 5 deletions
diff --git a/extra/pth/Pkgfile b/extra/pth/Pkgfile
index ee48b18a7..68ad22dc7 100755
--- a/extra/pth/Pkgfile
+++ b/extra/pth/Pkgfile
@@ -1,13 +1,12 @@
-# $Id:$
# Description: contains a very portable POSIX/ANSI-C based library for Unix platforms
# URL: http://ftp.gnu.org/gun/pth
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
+# Depends on:
name=pth
version=2.0.7
-release=1
+release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
@@ -16,7 +15,12 @@ build() {
./configure --prefix=/usr\
--mandir=/usr/share/man\
--infodir=/usr/share/info
- make
+
+ # 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
}
-
+