diff --git a/srcpkgs/musl/template b/srcpkgs/musl/template new file mode 100644 index 00000000000..fe45e5f5845 --- /dev/null +++ b/srcpkgs/musl/template @@ -0,0 +1,22 @@ +# 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 " +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 +}