diff options
Diffstat (limited to 'main/build-base')
-rw-r--r-- | main/build-base/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/main/build-base/APKBUILD b/main/build-base/APKBUILD index 28989ea35a..6f3fe9dd48 100644 --- a/main/build-base/APKBUILD +++ b/main/build-base/APKBUILD @@ -1,15 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=build-base -pkgver=0.2 -pkgrel=2 +pkgver=0.3 +pkgrel=0 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="all" +depends="binutils gcc make patch libc-dev g++" +arch="noarch" license=none build() { |