void-packages/srcpkgs/chroot-bash/template

24 lines
725 B
Text
Raw Normal View History

2012-02-28 09:21:11 +00:00
# Template build file for 'chroot-bash'.
pkgname=chroot-bash
2014-02-27 06:26:57 +00:00
version=4.3
revision=2
2012-02-28 09:21:11 +00:00
wrksrc="bash-${version}"
build_style=gnu-configure
configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls"
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"
2014-02-27 06:26:57 +00:00
checksum=afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4
2012-02-28 09:21:11 +00:00
broken_as_needed=yes
bootstrap=yes
2014-01-28 17:03:59 +00:00
provides="bash-${version}_${revision}"
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
}