mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
musl-legacy-compat: restrict archs to *-musl
This commit is contained in:
parent
6ec7824d3a
commit
3b8bcc1991
1 changed files with 1 additions and 5 deletions
|
@ -2,17 +2,13 @@
|
||||||
pkgname=musl-legacy-compat
|
pkgname=musl-legacy-compat
|
||||||
version=0.3
|
version=0.3
|
||||||
revision=3
|
revision=3
|
||||||
|
archs="*-musl"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="Legacy compatibility headers for the musl libc"
|
short_desc="Legacy compatibility headers for the musl libc"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-2-Clause, BSD-3-Clause"
|
license="BSD-2-Clause, BSD-3-Clause"
|
||||||
homepage="http://www.voidlinux.org"
|
homepage="http://www.voidlinux.org"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl) ;;
|
|
||||||
#*) broken="Only valid for musl systems";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for f in ${FILESDIR}/*.h; do
|
for f in ${FILESDIR}/*.h; do
|
||||||
vinstall ${f} 644 usr/include/sys
|
vinstall ${f} 644 usr/include/sys
|
||||||
|
|
Loading…
Add table
Reference in a new issue