2012-02-28 18:16:32 +01:00
|
|
|
# Template file for 'base-chroot'
|
2011-06-23 03:21:50 +02:00
|
|
|
pkgname=base-chroot
|
2013-05-01 11:23:36 +02:00
|
|
|
version=0.35
|
2012-06-12 10:44:19 +02:00
|
|
|
revision=1
|
2013-04-12 08:55:23 +02:00
|
|
|
bootstrap=yes
|
2013-08-27 11:20:36 +02:00
|
|
|
build_style=meta
|
2013-03-12 23:20:28 +01:00
|
|
|
homepage="http://www.voidlinux.eu"
|
2011-07-17 01:14:34 +02:00
|
|
|
short_desc="Bootstrap packages for xbps-src"
|
2008-10-23 17:14:00 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-28 18:16:32 +01:00
|
|
|
license="Public domain"
|
2008-10-23 17:14:00 +02:00
|
|
|
long_desc="
|
|
|
|
This package installs all necessary packages to be able to build packages
|
2012-02-28 18:16:32 +01:00
|
|
|
inside of a chroot with xbps-src."
|
2012-06-12 10:44:19 +02:00
|
|
|
|
2013-05-01 11:23:36 +02:00
|
|
|
makedepends="xbps-triggers base-files kernel-libc-headers chroot-glibc>=2.17_8
|
2013-03-12 23:20:28 +01:00
|
|
|
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
|
2013-03-17 11:44:09 +01:00
|
|
|
gmp-devel zlib-devel ccache chroot-distcc chroot-git xbps-src>=20130317_4"
|
2012-06-12 10:44:19 +02:00
|
|
|
|
2013-04-12 08:55:23 +02:00
|
|
|
base-chroot_package() {
|
|
|
|
noarch="yes"
|
|
|
|
depends="${makedepends}"
|
|
|
|
}
|