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-10-24 11:16:02 +02:00
|
|
|
version=0.39
|
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-10-19 12:49:50 +02:00
|
|
|
makedepends="
|
2013-10-24 11:16:02 +02:00
|
|
|
xbps-triggers base-files kernel-libc-headers glibc-devel binutils 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-file chroot-tar chroot-m4 chroot-fakeroot
|
|
|
|
chroot-distcc chroot-git ccache xbps-src>=20130317_4 xbps xz"
|
2012-06-12 10:44:19 +02:00
|
|
|
|
2013-04-12 08:55:23 +02:00
|
|
|
base-chroot_package() {
|
|
|
|
noarch="yes"
|
|
|
|
depends="${makedepends}"
|
|
|
|
}
|