summaryrefslogtreecommitdiff
path: root/system/build-tools
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-09-29 23:31:25 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2017-09-29 23:31:25 -0500
commite1d705ba711f9ac07cb462a9390b18963b389344 (patch)
tree71587363c3f972475129d7e761d4635e3909bfca /system/build-tools
parent485e1369b179204fe532ee48ced173407184a09a (diff)
downloadpackages-e1d705ba711f9ac07cb462a9390b18963b389344.tar.gz
packages-e1d705ba711f9ac07cb462a9390b18963b389344.tar.bz2
packages-e1d705ba711f9ac07cb462a9390b18963b389344.tar.xz
packages-e1d705ba711f9ac07cb462a9390b18963b389344.zip
system/build-tools: more improvements to deps
Diffstat (limited to 'system/build-tools')
-rw-r--r--system/build-tools/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD
index 7924e4674..6b89b6a74 100644
--- a/system/build-tools/APKBUILD
+++ b/system/build-tools/APKBUILD
@@ -3,7 +3,7 @@
pkgname=build-tools
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Meta-package for user development utilities"
url="https://adelielinux.org/"
arch="noarch"
@@ -14,12 +14,14 @@ depends="bash
binutils gcc g++
cmake make
diffutils patch
- linux-headers
+ fortify-headers linux-headers
mawk bison flex sed
git git-perl
- bzip2 gzip xz"
+ bzip2 gzip unzip xz
+ abuild"
makedepends=""
options="!check"
+provides="build-base"
source=""
build() {