diff lib/musl/musl.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 57dc83a39b13
children a47aaf9743a0
line wrap: on
line diff
--- a/lib/musl/musl.sh	Thu Sep 30 09:05:45 2021 +0200
+++ b/lib/musl/musl.sh	Thu Sep 30 09:26:38 2021 +0200
@@ -17,14 +17,7 @@
 
 # TODO: change x86_64 once we build ARM variants.
 
-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"
+. ./musl.info
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}