diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-09-29 23:12:14 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-09-29 23:12:14 -0500 |
commit | 442b98276d3f1a9842d63a3142fbd6b4ae764ff9 (patch) | |
tree | bb5a4341cc17920cf682c869c06a543a42ac3a1f /system/build-tools/APKBUILD | |
parent | 6a17dae969d2aa02c456fa8e6bd2522bd0a469de (diff) | |
download | packages-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/APKBUILD')
-rw-r--r-- | system/build-tools/APKBUILD | 13 |
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="" |