diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-27 17:35:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-27 17:35:25 +0000 |
commit | 10a3cf558fd25fca02a558de956f15f819261716 (patch) | |
tree | 3673e8bfd9ac60245bd079ef2963106f7b13dc34 /core/build-base | |
parent | dfc8a371c9daf59d2765a3aa958f6f8c6c0a2312 (diff) | |
download | aports-10a3cf558fd25fca02a558de956f15f819261716.tar.bz2 aports-10a3cf558fd25fca02a558de956f15f819261716.tar.xz |
core/build-base: new meta aport
This package will only pull in the basic dependencies for building stuff
Diffstat (limited to 'core/build-base')
-rw-r--r-- | core/build-base/APKBUILD | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/build-base/APKBUILD b/core/build-base/APKBUILD new file mode 100644 index 0000000000..1d42d78180 --- /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" +} |