From 8420d238cb1338fef2a7392bca6dc65c6fa80001 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Mar 2013 09:27:35 +0100 Subject: [PATCH] New package: musl-0.9.9. --- srcpkgs/musl/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/musl/template diff --git a/srcpkgs/musl/template b/srcpkgs/musl/template new file mode 100644 index 0000000000..fe45e5f584 --- /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 +}