musl: split development stuff into -devel.
This commit is contained in:
parent
2a50172f49
commit
2e4830a3fb
1
srcpkgs/musl-devel
Symbolic link
1
srcpkgs/musl-devel
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
musl
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'musl'.
|
# Template file for 'musl'.
|
||||||
pkgname=musl
|
pkgname=musl
|
||||||
version=1.1.12
|
version=1.1.12
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
||||||
conflicts="glibc>=0"
|
conflicts="glibc>=0"
|
||||||
@ -44,3 +44,13 @@ do_install() {
|
|||||||
ln -s libc.so ${DESTDIR}/usr/lib/ld-musl-mipsel.so.1
|
ln -s libc.so ${DESTDIR}/usr/lib/ld-musl-mipsel.so.1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
musl-devel_package() {
|
||||||
|
depends="kernel-libc-headers ${sourcepkg}-${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/*.o
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user