2012-12-06 05:00:00 +00:00
|
|
|
# Template file for 'musl-bootstrap'.
|
|
|
|
pkgname=musl-bootstrap
|
2013-07-17 17:50:45 +00:00
|
|
|
version=0.9.11
|
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"
|
|
|
|
short_desc="The musl libc (bootstrap pkg)"
|
|
|
|
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-07-17 17:50:45 +00:00
|
|
|
checksum=8b81fd9b71becb7b674ea93fd65d82a039fab79ab738957a5e9ee47ba08a13fd
|
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
|
|
|
|
}
|
2013-04-14 02:24:51 +00:00
|
|
|
|
|
|
|
musl-bootstrap_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|