New package: musl-0.9.9.
This commit is contained in:
parent
61515625fd
commit
8420d238cb
1 changed files with 22 additions and 0 deletions
22
srcpkgs/musl/template
Normal file
22
srcpkgs/musl/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue