pkg-config: update to 0.27.1

This commit is contained in:
Juergen Daubert 2012-08-25 09:48:04 +02:00
parent 1f610136d7
commit f9e7faa9d8
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
3a4c9feab14b6719afd8904945d9b4e4 pkg-config-0.27.tar.gz
5392b4e3372879c5bf856173b418d6a2 pkg-config-0.27.1.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=pkg-config
version=0.27
version=0.27.1
release=1
source=(http://pkgconfig.freedesktop.org/releases/$name-$version.tar.gz)
@ -16,6 +16,5 @@ build() {
make
make DESTDIR=$PKG install
rm $PKG/usr/share/aclocal/g*
rm -r $PKG/usr/{share/doc,lib}
rm -r $PKG/usr/share/doc
}