summaryrefslogtreecommitdiff
path: root/system/build-tools/APKBUILD
blob: 2df7bf5a83b976e84ef6507a7929ae42494e3f55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>

pkgname=build-tools
pkgver=1.0
pkgrel=3
pkgdesc="Meta-package for user development utilities"
url="https://adelielinux.org/"
arch="noarch"
license="NCSA"
depends="bash
	binutils gcc g++
	make
	diffutils patch
	fortify-headers linux-headers
	mawk bison flex sed
	bzip2 gzip unzip xz
	abuild"
[ "${CBUILD}" != "${CHOST}" ] || depends="$depends
	git git-perl
	cmake
	man-pages
	autoconf automake libtool"
makedepends=""
options="!check"
provides="build-base"
source=""

build() {
	return 0
}

package() {
	mkdir -p "$pkgdir"
}