void-packages/srcpkgs/musl-bootstrap/template

30 lines
876 B
Text
Raw Normal View History

2012-12-06 05:00:00 +00:00
# Template file for 'musl-bootstrap'.
pkgname=musl-bootstrap
2013-11-30 08:40:09 +00:00
version=0.9.14
2012-12-06 05:00:00 +00:00
revision=1
wrksrc="musl-${version}"
2013-07-17 17:50:45 +00:00
build_style=configure
2012-12-06 05:00:00 +00:00
configure_args="--prefix=/usr/lib/musl"
2013-07-29 19:42:41 +00:00
short_desc="The musl C library (bootstrap pkg)"
2012-12-06 05:00:00 +00:00
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"
2013-11-30 08:40:09 +00:00
checksum=982e9de1287cf95f9aa526adba008660d8885bfccc41faf5c613ea47f1922872
2012-12-06 05:00:00 +00:00
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() {
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
vmkdir usr/bin
ln -sfr ${DESTDIR}/usr/lib/musl/bin/musl-gcc ${DESTDIR}/usr/bin/musl-gcc
}
musl-bootstrap_package() {
pkg_install() {
2013-11-30 08:40:09 +00:00
vmove all
}
}