summaryrefslogtreecommitdiff
path: root/pkgconf
diff options
context:
space:
mode:
authorSvyatoslav Mishyn <juef@openmailbox.org>2016-07-20 15:28:42 +0300
committerSvyatoslav Mishyn <juef@openmailbox.org>2016-07-20 15:30:40 +0300
commitc21abd53b16bf8d02c492cb77c6d7dc0cf1aae6c (patch)
treee649715243b3d12e5047adce2a3b8451bd2cbfb7 /pkgconf
parent06046212f3677113237e439c5d0e7f0583356e4b (diff)
downloadcontrib-c21abd53b16bf8d02c492cb77c6d7dc0cf1aae6c.tar.gz
contrib-c21abd53b16bf8d02c492cb77c6d7dc0cf1aae6c.tar.xz
pkgconf: update to 1
Diffstat (limited to 'pkgconf')
-rw-r--r--pkgconf/.footprint12
-rw-r--r--pkgconf/.md5sum2
-rw-r--r--pkgconf/Pkgfile5
3 files changed, 16 insertions, 3 deletions
diff --git a/pkgconf/.footprint b/pkgconf/.footprint
index 9d433451d..dcc3e10fc 100644
--- a/pkgconf/.footprint
+++ b/pkgconf/.footprint
@@ -2,6 +2,18 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/pkg-config -> pkgconf
-rwxr-xr-x root/root usr/bin/pkgconf
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/pkgconf/
+-rw-r--r-- root/root usr/include/pkgconf/bsdstubs.h
+-rw-r--r-- root/root usr/include/pkgconf/iter.h
+-rw-r--r-- root/root usr/include/pkgconf/libpkgconf.h
+-rw-r--r-- root/root usr/include/pkgconf/stdinc.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libpkgconf.a
+-rwxr-xr-x root/root usr/lib/libpkgconf.la
+lrwxrwxrwx root/root usr/lib/libpkgconf.so -> libpkgconf.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libpkgconf.so.1 -> libpkgconf.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libpkgconf.so.1.0.0
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
diff --git a/pkgconf/.md5sum b/pkgconf/.md5sum
index e26ac7596..f3625a0bb 100644
--- a/pkgconf/.md5sum
+++ b/pkgconf/.md5sum
@@ -1 +1 @@
-a7b523fc9af9357d7199560d2a49ddbf pkgconf-0.9.12.tar.bz2
+4a4215afa443be74705b2b6ae6e23e7b pkgconf-1.tar.xz
diff --git a/pkgconf/Pkgfile b/pkgconf/Pkgfile
index 8ec48930a..4f890ddfc 100644
--- a/pkgconf/Pkgfile
+++ b/pkgconf/Pkgfile
@@ -3,9 +3,9 @@
# Maintainer: Svyatoslav Mishyn, juef at openmailbox dot org
name=pkgconf
-version=0.9.12
+version=1
release=1
-source=(https://github.com/$name/$name/releases/download/$name-$version/$name-$version.tar.bz2)
+source=(http://rabbit.dereferenced.org/%7Enenolod/distfiles/$name-$version.tar.xz)
build() {
cd $name-$version
@@ -17,4 +17,5 @@ build() {
make install MANDIR=/usr/share/man/man1 DESTDIR=$PKG
ln -fs pkgconf $PKG/usr/bin/pkg-config
+ rm -fr $PKG/usr/share/doc
}

Generated by cgit