summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-07 15:39:48 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-07 15:39:48 +0200
commit02d2c2eec46b7c589f89e4a2b82fc602f113985b (patch)
treedb0f7787e201d6e848f4817d1939c49ed72d69ed /base
parent70cbd560cbe37950fac8290c950ce208a288177a (diff)
downloadnutyx-pakxe-02d2c2eec46b7c589f89e4a2b82fc602f113985b.tar.gz
nutyx-pakxe-02d2c2eec46b7c589f89e4a2b82fc602f113985b.tar.bz2
nutyx-pakxe-02d2c2eec46b7c589f89e4a2b82fc602f113985b.tar.xz
nutyx-pakxe-02d2c2eec46b7c589f89e4a2b82fc602f113985b.zip
maj pkg-config#0.25-1
Diffstat (limited to 'base')
-rw-r--r--base/pkg-config/.md5sum2
-rwxr-xr-xbase/pkg-config/Pkgfile5
2 files changed, 4 insertions, 3 deletions
diff --git a/base/pkg-config/.md5sum b/base/pkg-config/.md5sum
index 0675a0c83..17a692fe2 100644
--- a/base/pkg-config/.md5sum
+++ b/base/pkg-config/.md5sum
@@ -1 +1 @@
-d922a88782b64441d06547632fd85744 pkg-config-0.23.tar.gz
+a3270bab3f4b69b7dc6dbdacbcae9745 pkg-config-0.25.tar.gz
diff --git a/base/pkg-config/Pkgfile b/base/pkg-config/Pkgfile
index 77b223bca..20e577da9 100755
--- a/base/pkg-config/Pkgfile
+++ b/base/pkg-config/Pkgfile
@@ -1,10 +1,10 @@
# Description: Outil permettant le traitement des fichiers Includes des librairies
-# URL: http://pkgconfig.freedesktop.org/
+# URL: http://pkgconfig.freedesktop.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
name=pkg-config
-version=0.23
+version=0.25
release=1
source=( http://pkgconfig.freedesktop.org/releases/$name-$version.tar.gz)
@@ -16,4 +16,5 @@ build() {
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc
}