summaryrefslogtreecommitdiff
path: root/system/build-tools
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-11-22 17:14:58 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2017-11-22 17:14:58 -0600
commit3360712b49cd3f29b7012731d208cd04320b9ea8 (patch)
tree1768f8eacb2677b0bec80c166ba98f1fdad3c73b /system/build-tools
parent486ab2f7d07a4c7c71c4381c1c21024c62c4ab68 (diff)
downloadpackages-3360712b49cd3f29b7012731d208cd04320b9ea8.tar.gz
packages-3360712b49cd3f29b7012731d208cd04320b9ea8.tar.bz2
packages-3360712b49cd3f29b7012731d208cd04320b9ea8.tar.xz
packages-3360712b49cd3f29b7012731d208cd04320b9ea8.zip
knotifications, plasma-workspace: revbump for libdbusmenu-qt
Diffstat (limited to 'system/build-tools')
-rw-r--r--system/build-tools/APKBUILD12
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"