2012-02-28 18:16:32 +01:00
|
|
|
# Template file for 'base-chroot'
|
2011-06-23 03:21:50 +02:00
|
|
|
pkgname=base-chroot
|
2012-06-12 10:44:19 +02:00
|
|
|
version=0.29
|
|
|
|
revision=1
|
2012-05-23 20:58:45 +02:00
|
|
|
noarch=yes
|
|
|
|
bootstrap=yes
|
2008-12-27 08:44:37 +01:00
|
|
|
build_style=meta-template
|
2012-02-28 18:16:32 +01:00
|
|
|
homepage="http://code.google.com/p/xbps"
|
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
|
|
|
|
2012-09-24 18:33:11 +02:00
|
|
|
_deps="xbps-triggers base-files kernel-libc-headers chroot-glibc
|
|
|
|
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"
|
2012-06-12 10:44:19 +02:00
|
|
|
|
|
|
|
if [ -n "$IN_CHROOT" ]; then
|
|
|
|
depends="${_deps}"
|
|
|
|
else
|
|
|
|
fulldepends="${_deps}"
|
|
|
|
fi
|