summaryrefslogtreecommitdiff
path: root/system/build-tools/APKBUILD
blob: 6b89b6a743cd1bedff16a6e9ee1df797b5cef0c5 (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
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>

pkgname=build-tools
pkgver=1.0
pkgrel=2
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
	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() {
	return 0
}

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