CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkg-config: updated to 0.29
authorVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 12:17:27 +0000 (12:17 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 12:17:27 +0000 (12:17 +0000)
pkg-config/.footprint
pkg-config/.md5sum
pkg-config/Pkgfile

index df5ed354f6e0c6f5aa55fdbc6d678697602333eb..b1887f017aa4d3cb28c4ac9a2bd9ff9fed7419da 100644 (file)
@@ -1,9 +1,9 @@
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/pkg-config
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/pkg-config.1.gz
 drwxr-xr-x     root/root       usr/share/
 drwxr-xr-x     root/root       usr/share/aclocal/
 -rw-r--r--     root/root       usr/share/aclocal/pkg.m4
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man1/
+-rw-r--r--     root/root       usr/share/man/man1/pkg-config.1.gz
index ec06bcb8503e22172da70d536d230e9726e47c1d..74b0e493c597d9c5b234b938300f0af43178ccc0 100644 (file)
@@ -1 +1 @@
-5392b4e3372879c5bf856173b418d6a2  pkg-config-0.27.1.tar.gz
+77f27dce7ef88d0634d0d6f90e03a77f  pkg-config-0.29.tar.gz
index 9bea986efff1b41ccaa98284095e2a1ddb2e8b9d..dec8ba4d2e9eb8fd7c1d2ebac989a6801cb79c3d 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on:
 
 name=pkg-config
-version=0.27.1
+version=0.29
 release=1
 source=(http://$name.freedesktop.org/releases/$name-$version.tar.gz)
 
@@ -22,8 +22,8 @@ EOF
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --with-internal-glib \
+              --disable-host-tool \
               --cache-file=config.cache
   
   make