aboutsummaryrefslogtreecommitdiffstats
path: root/main/build-base/APKBUILD
blob: 8c9cf8d26db7194ad7d65d22c34aac7834796c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=build-base
pkgver=0.2
pkgrel=1
url=http://dev.alpinelinux.org/cgit
pkgdesc="Meta package for build base"
if [ "$ALPINE_LIBC" = "eglibc" ]; then
	depends="binutils gcc make patch eglibc-dev g++"
else
	depends="binutils gcc make patch uclibc-dev g++"
fi
arch="x86 x86_64"
license=none

build() {
	# meta package
	mkdir -p "$pkgdir"
}