summaryrefslogtreecommitdiffstats
path: root/base/pkg-config/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/pkg-config/Pkgfile')
-rwxr-xr-xbase/pkg-config/Pkgfile5
1 files changed, 3 insertions, 2 deletions
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
}