diff options
Diffstat (limited to 'system/build-tools/APKBUILD')
-rw-r--r-- | system/build-tools/APKBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD index 6b89b6a74..2df7bf5a8 100644 --- a/system/build-tools/APKBUILD +++ b/system/build-tools/APKBUILD @@ -3,22 +3,24 @@ pkgname=build-tools pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Meta-package for user development utilities" url="https://adelielinux.org/" arch="noarch" license="NCSA" depends="bash - man-pages - autoconf automake libtool binutils gcc g++ - cmake make + make diffutils patch fortify-headers linux-headers mawk bison flex sed - git git-perl bzip2 gzip unzip xz abuild" +[ "${CBUILD}" != "${CHOST}" ] || depends="$depends + git git-perl + cmake + man-pages + autoconf automake libtool" makedepends="" options="!check" provides="build-base" |