mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
musl-bootstrap: update to 0.9.15.
This commit is contained in:
parent
98771951e2
commit
62f5c9e739
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'musl-bootstrap'.
|
# Template file for 'musl-bootstrap'.
|
||||||
pkgname=musl-bootstrap
|
pkgname=musl-bootstrap
|
||||||
version=0.9.14
|
version=0.9.15
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="musl-${version}"
|
wrksrc="musl-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -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=982e9de1287cf95f9aa526adba008660d8885bfccc41faf5c613ea47f1922872
|
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."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
|
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
|
||||||
|
|
Loading…
Add table
Reference in a new issue