diff lib/musl/musl.sh @ 1221:a47aaf9743a0

misc: backed out changeset 4ccc42bf0284 We will keep .sh for now.
author David Demelier <markand@malikania.fr>
date Fri, 15 Oct 2021 16:07:30 +0200
parents 4ccc42bf0284
children 325631424c65
line wrap: on
line diff
--- a/lib/musl/musl.sh	Thu Sep 30 09:26:38 2021 +0200
+++ b/lib/musl/musl.sh	Fri Oct 15 16:07:30 2021 +0200
@@ -17,7 +17,14 @@
 
 # TODO: change x86_64 once we build ARM variants.
 
-. ./musl.info
+PKGNAME=musl
+PKGVERSION=1.1.21
+PKGREVISION=1
+PKGLICENSE="MIT"
+PKGSUMMARY="a new lightweight, fast, simple, free and correct C library"
+PKGDOWNLOAD="https://www.musl-libc.org/releases/$PKGNAME-$PKGVERSION.tar.gz"
+PKGOPTIONS="STATIC"
+PKGDEPENDS="linux-headers:build"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}