25 lines
903 B
Text
25 lines
903 B
Text
# Template file for 'base-chroot'
|
|
pkgname=base-chroot
|
|
version=0.35
|
|
revision=1
|
|
bootstrap=yes
|
|
build_style=meta-template
|
|
homepage="http://www.voidlinux.eu"
|
|
short_desc="Bootstrap packages for xbps-src"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="Public domain"
|
|
long_desc="
|
|
This package installs all necessary packages to be able to build packages
|
|
inside of a chroot with xbps-src."
|
|
|
|
makedepends="xbps-triggers base-files kernel-libc-headers chroot-glibc>=2.17_8
|
|
chroot-binutils>=2.22.52.0.4_1 chroot-gcc chroot-patch chroot-bash
|
|
chroot-grep chroot-coreutils chroot-diffutils chroot-gettext chroot-texinfo
|
|
chroot-sed chroot-gawk chroot-findutils chroot-make chroot-gzip chroot-bzip2
|
|
chroot-file chroot-tar chroot-m4 chroot-xz chroot-fakeroot mpfr-devel
|
|
gmp-devel zlib-devel ccache chroot-distcc chroot-git xbps-src>=20130317_4"
|
|
|
|
base-chroot_package() {
|
|
noarch="yes"
|
|
depends="${makedepends}"
|
|
}
|