summaryrefslogtreecommitdiff
path: root/pkg-config
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-07-25 21:21:51 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2015-07-25 21:21:51 +0200
commitab33a42cf957f4bf5032dd2e818516c773145c0f (patch)
tree768396e085fbd042e03126ea97a0698fc2dc67c5 /pkg-config
parentfb3ad3d5ce8c2733bdc4970c8381ba5e72c677c3 (diff)
downloadcore-ab33a42cf957f4bf5032dd2e818516c773145c0f.tar.gz
core-ab33a42cf957f4bf5032dd2e818516c773145c0f.tar.xz
pkg-config: move man-pages to /usr/share/man
Diffstat (limited to 'pkg-config')
-rw-r--r--pkg-config/.footprint6
-rw-r--r--pkg-config/Pkgfile3
2 files changed, 4 insertions, 5 deletions
diff --git a/pkg-config/.footprint b/pkg-config/.footprint
index df5ed354..b1887f01 100644
--- a/pkg-config/.footprint
+++ b/pkg-config/.footprint
@@ -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
diff --git a/pkg-config/Pkgfile b/pkg-config/Pkgfile
index fb1cfb81..41ac4e32 100644
--- a/pkg-config/Pkgfile
+++ b/pkg-config/Pkgfile
@@ -4,14 +4,13 @@
name=pkg-config
version=0.28
-release=1
+release=2
source=(http://pkgconfig.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
- --mandir=/usr/man \
--with-internal-glib \
--disable-host-tool
make

Generated by cgit