diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/pkgconf/APKBUILD | 7 |
1 files 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 <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" |