23 lines
696 B
Plaintext
23 lines
696 B
Plaintext
# Template file for 'musl-bootstrap'.
|
|
pkgname=musl-bootstrap
|
|
version=1.1.6
|
|
revision=1
|
|
lib32disabled=yes
|
|
wrksrc="musl-${version}"
|
|
build_style=configure
|
|
configure_args="--prefix=/usr/lib/musl"
|
|
short_desc="The musl C library (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"
|
|
checksum=5a0160c55c540d5b90158617a57647f1b03209f58d9ee70dbce19d1115b4f1b4
|
|
|
|
CFLAGS="-fno-toplevel-reorder -fno-stack-protector -U_FORTIFY_SOURCE"
|
|
|
|
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
|
|
}
|