2012-02-28 09:21:11 +00:00
|
|
|
# Template build file for 'chroot-bash'.
|
|
|
|
pkgname=chroot-bash
|
|
|
|
version=4.2
|
2014-01-28 17:03:59 +00:00
|
|
|
revision=5
|
2012-02-28 09:21:11 +00:00
|
|
|
wrksrc="bash-${version}"
|
|
|
|
build_style=gnu-configure
|
2014-02-10 15:54:57 +00:00
|
|
|
configure_args="--without-bash-malloc --enable-static-link --disable-nls
|
2013-03-19 01:58:28 +00:00
|
|
|
bash_cv_under_sys_siglist=yes bash_cv_unusable_rtsigs=no
|
|
|
|
bash_cv_void_sighandler=yes bash_cv_wcontinued_broken=no
|
|
|
|
bash_cv_sys_named_pipes=present bash_cv_job_control_missing=present
|
|
|
|
bash_cv_wexitstatus_offset=8 bash_cv_must_reinstall_sighandlers=no
|
|
|
|
bash_cv_opendir_not_robust=no bash_cv_signal_vintage=posix
|
|
|
|
bash_cv_getenv_redef=yes bash_cv_getpw_declared=yes
|
|
|
|
bash_cv_func_sigsetjmp=present bash_cv_ulimit_maxfds=yes
|
|
|
|
bash_cv_getcwd_malloc=yes bash_cv_under_sys_siglist=yes
|
|
|
|
bash_cv_sys_siglist=yes bash_cv_func_ctype_nonascii=no
|
|
|
|
bash_cv_dup2_broken=no bash_cv_pgrp_pipe=no bash_cv_printf_a_format=yes
|
|
|
|
bash_cv_func_strcoll_broken=no bash_cv_func_vsnprintf=yes"
|
2012-02-28 09:21:11 +00:00
|
|
|
short_desc="The GNU Bourne Again Shell -- for xbps-src use"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://www.gnu.org/software/bash/bash.html"
|
|
|
|
license="GPL-3"
|
2012-07-09 15:19:31 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/bash/bash-${version}.tar.gz"
|
2012-02-28 09:21:11 +00:00
|
|
|
checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
|
|
|
|
|
|
|
|
broken_as_needed=yes
|
|
|
|
bootstrap=yes
|
2014-01-28 17:03:59 +00:00
|
|
|
provides="bash-${version}_${revision}"
|
2014-01-01 15:10:11 +00:00
|
|
|
conflicts="bash>=0"
|
2012-02-28 09:21:11 +00:00
|
|
|
|
|
|
|
post_install() {
|
2014-01-28 17:03:59 +00:00
|
|
|
ln -s /bin/bash ${DESTDIR}/usr/bin/sh
|
2012-02-28 09:21:11 +00:00
|
|
|
rm -rf ${DESTDIR}/usr/share
|
|
|
|
}
|