void-packages/srcpkgs/base-chroot-musl/template
Jürgen Buchmüller 3907c0db0b base-chroot-musl: add kernel-libc-headers
If you look at the pkgs set up by ./xbps-src binary-bootstrap x86_64-musl,
you will see kernel-libc-headers being installed, so they should be built
as part of base-chroot-musl.
2016-11-29 01:58:59 +01:00

22 lines
743 B
Bash

# Template file for 'base-chroot-musl'
pkgname=base-chroot-musl
version=0.19
revision=2
bootstrap=yes
build_style=meta
bootstrap=yes
homepage="http://www.voidlinux.eu"
short_desc="Bootstrap packages for xbps-src (musl libc)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Public domain"
conflicts="base-chroot>=0"
provides="base-chroot-${version}_${revision}"
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipsel-musl mipselhf-musl"
depends="
base-files kernel-libc-headers musl-devel musl-legacy-compat
gcc patch chroot-bash chroot-grep coreutils findutils
gettext chroot-texinfo sed chroot-gawk diffutils
make gzip file tar chroot-util-linux chroot-distcc
chroot-git ccache xbps xz which"