summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-03 13:55:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-03 13:55:16 +0000
commita7c51f226a86345bd138dcccd1f23ac22c5a2a75 (patch)
treef63a6a7a60a3649dbf5df0c68ca6b80905dd0967 /testing
parent3737a963afd08d52d676da5641618ed4ed4b3063 (diff)
downloadaports-a7c51f226a86345bd138dcccd1f23ac22c5a2a75.tar.bz2
aports-a7c51f226a86345bd138dcccd1f23ac22c5a2a75.tar.xz
testing/pkgconf: keep pkg-config symlink
and fix url
Diffstat (limited to 'testing')
-rw-r--r--testing/pkgconf/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/pkgconf/APKBUILD b/testing/pkgconf/APKBUILD
index de582c652..69fc9b265 100644
--- a/testing/pkgconf/APKBUILD
+++ b/testing/pkgconf/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
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"