void-packages/srcpkgs/musl/template
2013-03-02 09:27:35 +01:00

23 lines
683 B
Plaintext

# 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."
conflicts="glibc>=0"
post_install() {
vmove "lib/*" usr/lib
}