musl: update to 0.9.15.
This commit is contained in:
parent
6de4764290
commit
98771951e2
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'musl'.
|
# Template file for 'musl'.
|
||||||
pkgname=musl
|
pkgname=musl
|
||||||
version=0.9.12
|
version=0.9.15
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
||||||
|
@ -10,11 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.musl-libc.org/"
|
homepage="http://www.musl-libc.org/"
|
||||||
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
||||||
checksum=72353f9e1f2fdaf5e88223dcd1cfa5555f5a364eb5e4a9967de1fd44cc4c6d3e
|
checksum=4a7baab8f295511196dee48d33b8b82a159a81233facb89433707c792033cbe7
|
||||||
long_desc="
|
|
||||||
A new standard library to power a new generation of Linux-based devices.
|
|
||||||
musl is lightweight, fast, simple, free, and strives to be correct in the
|
|
||||||
sense of standards-conformance and safety."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Move everything to /usr.
|
# Move everything to /usr.
|
||||||
|
|
Loading…
Reference in New Issue