Skip to content
Snippets Groups Projects
Commit 00b7cb49 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/build-base: set MIT license

This package does not contain anything but dependencies. Set MIT license
to avoid questions.
parent a033a8c9
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=build-base
pkgver=0.5
pkgrel=2
pkgrel=3
url=http://dev.alpinelinux.org/cgit
pkgdesc="Meta package for build base"
depends="binutils file gcc g++ make libc-dev fortify-headers patch"
......@@ -11,7 +11,7 @@ if [ "$CHOST" != "$CTARGET" ]; then
depends="binutils-$CTARGET_ARCH gcc-$CTARGET_ARCH g++-$CTARGET_ARCH $depends"
fi
arch="noarch"
license=none
license="MIT"
options="!check"
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment