aboutsummaryrefslogtreecommitdiffstats
path: root/core/build-base/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-27 17:35:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-27 17:35:25 +0000
commit10a3cf558fd25fca02a558de956f15f819261716 (patch)
tree3673e8bfd9ac60245bd079ef2963106f7b13dc34 /core/build-base/APKBUILD
parentdfc8a371c9daf59d2765a3aa958f6f8c6c0a2312 (diff)
core/build-base: new meta aport
This package will only pull in the basic dependencies for building stuff
Diffstat (limited to 'core/build-base/APKBUILD')
-rw-r--r--core/build-base/APKBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/build-base/APKBUILD b/core/build-base/APKBUILD
new file mode 100644
index 00000000000..1d42d781805
--- /dev/null
+++ b/core/build-base/APKBUILD
@@ -0,0 +1,11 @@
+pkgname=build-base
+pkgver=0.1
+url=http://dev.alpinelinux.org/cgit
+pkgdesc="Meta package for build base"
+depends="binutils gcc make patch uclibc-dev"
+license=none
+
+build() {
+ # meta package
+ mkdir -p "$pkgdir"
+}