2012-02-28 10:21:11 +01:00
|
|
|
# Template build file for 'chroot-bash'.
|
|
|
|
pkgname=chroot-bash
|
2014-02-27 07:26:57 +01:00
|
|
|
version=4.3
|
2014-03-15 09:04:24 +01:00
|
|
|
revision=2
|
2012-02-28 10:21:11 +01:00
|
|
|
wrksrc="bash-${version}"
|
|
|
|
build_style=gnu-configure
|
2014-03-15 09:04:24 +01:00
|
|
|
configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls"
|
2012-02-28 10:21:11 +01: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 17:19:31 +02:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/bash/bash-${version}.tar.gz"
|
2014-02-27 07:26:57 +01:00
|
|
|
checksum=afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4
|
2012-02-28 10:21:11 +01:00
|
|
|
|
|
|
|
broken_as_needed=yes
|
|
|
|
bootstrap=yes
|
2014-01-28 18:03:59 +01:00
|
|
|
provides="bash-${version}_${revision}"
|
2014-01-01 16:10:11 +01:00
|
|
|
conflicts="bash>=0"
|
2012-02-28 10:21:11 +01:00
|
|
|
|
|
|
|
post_install() {
|
2014-01-28 18:03:59 +01:00
|
|
|
ln -s /bin/bash ${DESTDIR}/usr/bin/sh
|
2012-02-28 10:21:11 +01:00
|
|
|
rm -rf ${DESTDIR}/usr/share
|
|
|
|
}
|