From a7c51f226a86345bd138dcccd1f23ac22c5a2a75 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 3 Jul 2012 13:55:16 +0000 Subject: testing/pkgconf: keep pkg-config symlink and fix url --- testing/pkgconf/APKBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/testing/pkgconf/APKBUILD b/testing/pkgconf/APKBUILD index de582c6527..69fc9b265f 100644 --- a/testing/pkgconf/APKBUILD +++ b/testing/pkgconf/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: William Pitcock pkgname=pkgconf pkgver=0.8 -pkgrel=0 +pkgrel=1 pkgdesc="development framework configuration tools" -url="http://www.atheme.org/" +url="https://github.com/nenolod/pkgconf" arch="all" license="ISC" depends="" @@ -40,9 +40,6 @@ package() { cd "$_builddir" mkdir -p "$pkgdir"/usr/bin make DESTDIR="$pkgdir" install || return 1 - # we remove the pkg-config symlink since it breaks the build boxes - rm -f "$pkgdir"/usr/lib/*.la \ - "$pkgdir"/usr/bin/pkg-config } md5sums="ee56b2cb8399c542af7e22c220d60978 pkgconf-0.8.tar.bz2" -- cgit v1.2.3