xbps-src:
* ALWAYS use the static bins, to avoid breakage in the chroot.
* Remove XBPS_FETCH_CMD. Use xbps-fetch (static) now that it's
useful to download all distfiles in xbps-base-system.
* Use busybox in the chroot and create links in /usr/local/bin
at creation time. This helps to remove many packages that
had problems with host/target libs (acl, attr, libarchive, etc).
build templates:
* Add explicit gettext and texinfo build dependencies in all
packages that need them, because they aren't built anymore
by xbps-base-chroot.
* Fixed some packages using build_style=gnu_makefile, that were
broken because pre/post_configure() is not executed for a while,
they should use pre/post_build() instead.
--HG--
extra : convert_revision : 0eaaf4917fd824710d0895e0c984bbc236b0cdf8
29 lines
809 B
Plaintext
29 lines
809 B
Plaintext
# Template file for 'xbps-base-chroot'
|
|
pkgname=xbps-base-chroot
|
|
version=0.11
|
|
build_style=meta-template
|
|
short_desc="xbps base packages for the chroot target"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
long_desc="
|
|
This package installs all necessary packages to be able to build packages
|
|
inside of a chroot and continue installing them."
|
|
|
|
noarch=yes
|
|
base_chroot=yes
|
|
|
|
Add_dependency full xbps-base-files
|
|
Add_dependency full patch
|
|
Add_dependency full make
|
|
Add_dependency full diffutils
|
|
Add_dependency full file
|
|
Add_dependency full tar
|
|
Add_dependency full findutils
|
|
Add_dependency full gcc
|
|
Add_dependency full glibc
|
|
Add_dependency full busybox-initramfs
|
|
Add_dependency run gcc-c++
|
|
Add_dependency run gcc-libstdc++-devel
|
|
Add_dependency run glibc-devel
|
|
Add_dependency run kernel-libc-headers
|
|
Add_dependency run xbps
|