From 13b2d83cf8aff5bf1acfa4179db677fa7c1a154b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 27 Jul 2011 11:24:10 +0000 Subject: main/pkgconf: delete the pkg-config symlink We do not want completely replace pkg-config til we are more or less sure that all package can build with it. For now, to test pkgconf we should use: export PKG_CONFIG=pkgconf and this could even be done from /etc/abuild.conf. --- testing/pkgconf/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testing/pkgconf') diff --git a/testing/pkgconf/APKBUILD b/testing/pkgconf/APKBUILD index 5bf96cfdb..ecdb9080e 100644 --- a/testing/pkgconf/APKBUILD +++ b/testing/pkgconf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock pkgname=pkgconf pkgver=0.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="development framework configuration tools" url="http://www.atheme.org/" arch="all" @@ -40,7 +40,9 @@ package() { cd "$_builddir" mkdir -p "$pkgdir"/usr/bin make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la + # we remove the pkg-config symlink since it breaks the build boxes + rm -f "$pkgdir"/usr/lib/*.la \ + "$pkgdir"/usr/bin/pkg-config } md5sums="87fe4e0128fbf0b9f9a393df37895052 pkgconf-0.1.1.tar.bz2" -- cgit v1.2.3