diff options
Diffstat (limited to 'system/build-tools/APKBUILD')
-rw-r--r-- | system/build-tools/APKBUILD | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD index 7d622d56a..6b89b6a74 100644 --- a/system/build-tools/APKBUILD +++ b/system/build-tools/APKBUILD @@ -3,14 +3,25 @@ pkgname=build-tools pkgver=1.0 -pkgrel=0 +pkgrel=2 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 + fortify-headers linux-headers + mawk bison flex sed + git git-perl + bzip2 gzip unzip xz + abuild" makedepends="" options="!check" +provides="build-base" source="" build() { |