musl-bootstrap: update to 1.1.16. (#5471)
This commit is contained in:
parent
97abac2fd1
commit
36b72a4066
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'musl-bootstrap'.
|
||||
pkgname=musl-bootstrap
|
||||
version=1.1.15
|
||||
revision=2
|
||||
version=1.1.16
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
wrksrc="musl-${version}"
|
||||
build_style=configure
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="http://www.musl-libc.org/"
|
||||
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
||||
checksum=97e447c7ee2a7f613186ec54a93054fe15469fe34d7d323080f7ef38f5ecb0fa
|
||||
checksum=937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
|
||||
|
@ -21,4 +21,5 @@ post_install() {
|
|||
ln -sfr ${DESTDIR}/usr/lib/musl/bin/musl-gcc ${DESTDIR}/usr/bin/musl-gcc
|
||||
ln -sfr ${DESTDIR}/usr/lib/musl/bin/musl-clang ${DESTDIR}/usr/bin/musl-clang
|
||||
ln -sfr ${DESTDIR}/usr/lib/musl/bin/ld.musl-clang ${DESTDIR}/usr/bin/ld.musl-clang
|
||||
vlicense COPYRIGHT
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user