summaryrefslogtreecommitdiff
path: root/system/build-tools
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-09-29 23:12:14 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2017-09-29 23:12:14 -0500
commit442b98276d3f1a9842d63a3142fbd6b4ae764ff9 (patch)
treebb5a4341cc17920cf682c869c06a543a42ac3a1f /system/build-tools
parent6a17dae969d2aa02c456fa8e6bd2522bd0a469de (diff)
downloadpackages-442b98276d3f1a9842d63a3142fbd6b4ae764ff9.tar.gz
packages-442b98276d3f1a9842d63a3142fbd6b4ae764ff9.tar.bz2
packages-442b98276d3f1a9842d63a3142fbd6b4ae764ff9.tar.xz
packages-442b98276d3f1a9842d63a3142fbd6b4ae764ff9.zip
system/build-tools: add more archivers
Diffstat (limited to 'system/build-tools')
-rw-r--r--system/build-tools/APKBUILD13
1 files changed, 11 insertions, 2 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD
index 7d622d56a..7924e4674 100644
--- a/system/build-tools/APKBUILD
+++ b/system/build-tools/APKBUILD
@@ -3,12 +3,21 @@
pkgname=build-tools
pkgver=1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Meta-package for user development utilities"
url="https://adelielinux.org/"
arch="noarch"
license="NCSA"
-depends="bash man-pages autoconf automake binutils flex gcc g++ libtool make patch linux-headers mawk bison cmake git git-perl"
+depends="bash
+ man-pages
+ autoconf automake libtool
+ binutils gcc g++
+ cmake make
+ diffutils patch
+ linux-headers
+ mawk bison flex sed
+ git git-perl
+ bzip2 gzip xz"
makedepends=""
options="!check"
source=""