diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-27 17:37:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-27 17:37:46 +0000 |
commit | c9d200306989bf7c6a7d13970a6f916464df2f36 (patch) | |
tree | a772b1e2b197b9319a5ee862934cee86bde3f4d9 /core/alpine-sdk | |
parent | 10a3cf558fd25fca02a558de956f15f819261716 (diff) | |
download | aports-c9d200306989bf7c6a7d13970a6f916464df2f36.tar.bz2 aports-c9d200306989bf7c6a7d13970a6f916464df2f36.tar.xz |
core/alpine-sdk: added git. use build-base
Diffstat (limited to 'core/alpine-sdk')
-rw-r--r-- | core/alpine-sdk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/alpine-sdk/APKBUILD b/core/alpine-sdk/APKBUILD index 7f6b25848..533815db3 100644 --- a/core/alpine-sdk/APKBUILD +++ b/core/alpine-sdk/APKBUILD @@ -1,8 +1,8 @@ pkgname=alpine-sdk -pkgver=0.1 +pkgver=0.2 url=http://dev.alpinelinux.org/cgit pkgdesc="Alpine Software Development Kit meta package" -depends="abuild binutils gcc linux-headers make patch uclibc-dev" +depends="abuild build-base git" license=GPL-2 build() { |