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