summaryrefslogtreecommitdiff
path: root/system/pkgconf
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-21 01:16:48 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-21 01:16:48 +0000
commit8dd6cd1e8ed01b08a6328e1c842c645cda9ec532 (patch)
tree4fa087a3b33a583ac9f91e6b287f3fd99cb8f3a0 /system/pkgconf
parent47e8187d7bbc157929fcbf6e11e9fa1374c500c2 (diff)
downloadpackages-8dd6cd1e8ed01b08a6328e1c842c645cda9ec532.tar.gz
packages-8dd6cd1e8ed01b08a6328e1c842c645cda9ec532.tar.bz2
packages-8dd6cd1e8ed01b08a6328e1c842c645cda9ec532.tar.xz
packages-8dd6cd1e8ed01b08a6328e1c842c645cda9ec532.zip
system/p*: modernise, fix dependencies
Diffstat (limited to 'system/pkgconf')
-rw-r--r--system/pkgconf/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/pkgconf/APKBUILD b/system/pkgconf/APKBUILD
index 94afc28ca..1110b56e0 100644
--- a/system/pkgconf/APKBUILD
+++ b/system/pkgconf/APKBUILD
@@ -6,10 +6,12 @@ pkgdesc="Toolkit for maintaining development package metadata"
url="https://git.dereferenced.org/pkgconf/pkgconf/"
arch="all"
license="ISC"
+depends=""
+checkdepends="kyua atf"
+makedepends=""
replaces="pkgconfig"
provides="pkgconfig=1"
subpackages="$pkgname-doc $pkgname-dev"
-checkdepends="kyua atf"
source="https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz"
build() {