BOOTSTRAP_PKG_REBUILD is no more.

This commit is contained in:
Juan RP 2012-02-28 18:16:32 +01:00
parent 24eb91f9db
commit 416237c761
7 changed files with 28 additions and 53 deletions

View file

@ -1,44 +1,41 @@
# Template file for 'ase-chroot'
# Template file for 'base-chroot'
pkgname=base-chroot
version=0.26
version=0.27
build_style=meta-template
homepage="http://code.google.com/p/xbps"
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 and continue installing them."
inside of a chroot with xbps-src."
replaces="xbps-base-chroot>=0"
noarch=yes
bootstrap=yes
Add_dependency full xbps-triggers
Add_dependency full base-files
Add_dependency full ncurses-devel
Add_dependency full bash
Add_dependency full patch
Add_dependency full diffutils
Add_dependency full make
Add_dependency full zlib-devel
Add_dependency full gzip
Add_dependency full bzip2-devel
Add_dependency full file ">=0"
Add_dependency full tar
Add_dependency full texinfo
Add_dependency full chroot-patch
Add_dependency full chroot-bash
Add_dependency full chroot-grep
Add_dependency full chroot-coreutils
Add_dependency full ccache
Add_dependency full gmp-devel
Add_dependency full mpfr-devel
Add_dependency full mpc-devel
Add_dependency full ppl-devel
Add_dependency full cloog-ppl-devel
Add_dependency full libelf-devel
Add_dependency full m4
Add_dependency full gcc-c++ ">=0"
Add_dependency full chroot-diffutils
Add_dependency full chroot-gettext
Add_dependency full chroot-texinfo
Add_dependency full chroot-sed
Add_dependency full chroot-gawk
Add_dependency full chroot-findutils
Add_dependency full chroot-make
Add_dependency full chroot-gzip
Add_dependency full chroot-bzip2
Add_dependency full chroot-file
Add_dependency full chroot-tar
Add_dependency full chroot-m4
Add_dependency full chroot-xz
Add_dependency full chroot-fakeroot
Add_dependency full kernel-libc-headers
Add_dependency full glibc-devel ">=0"
Add_dependency full liblzma-devel
Add_dependency full xz ">=0"
Add_dependency full busybox
Add_dependency full fakeroot
Add_dependency full chroot-binutils
Add_dependency full mpfr
Add_dependency full chroot-gcc
Add_dependency full chroot-glibc
Add_dependency full ccache

View file

@ -17,11 +17,7 @@ long_desc="
very much like their GNU counterparts. BusyBox provides a fairly complete
environment for any small or embedded system."
bootstrap=yes
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build perl ">=0"
fi
Add_dependency build perl ">=0"
do_build() {
cp -f ${FILESDIR}/dotconfig .config

View file

@ -32,11 +32,6 @@ long_desc="
bootstrap=yes
subpackages="gmp-devel"
Add_dependency build m4
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext
fi
post_install() {
# Required for multilib build.

View file

@ -15,7 +15,7 @@ bootstrap=yes
nostrip=yes
noverifyrdeps=yes
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
if [ -n "$IN_CHROOT" ]; then
Add_dependency build perl ">=0"
fi

View file

@ -21,7 +21,3 @@ long_desc="
bootstrap=yes
subpackages="$pkgname-devel"
Add_dependency build gmp-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext
fi

View file

@ -23,15 +23,10 @@ long_desc="
exact-arithmetic version of the simplex algorithm."
disable_parallel_build=yes
bootstrap=yes
subpackages="ppl-devel"
Add_dependency build gmp-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build m4
fi
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
}

View file

@ -21,7 +21,3 @@ long_desc="
bootstrap=yes
subpackages="zlib-devel"
if [ "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build coreutils
fi