27 lines
735 B
Text
27 lines
735 B
Text
# Template file for 'musl'.
|
|
pkgname=musl
|
|
version=0.9.9
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
|
short_desc="The musl C library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://www.musl-libc.org/"
|
|
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
|
checksum=91f67d4e1e696df344c93b46bfcb1f6ad6d820e6ae544e3673f496e2d308f492
|
|
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() {
|
|
vmove "lib/*" usr/lib
|
|
}
|
|
|
|
musl_package() {
|
|
conflicts="glibc>=0"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|