summary refs log tree commit diff
path: root/def/a/bash
blob: e3fb1d6987824a519f53c499bff660827531c105 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
pkgname=bash
version=5.0
distfiles="http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz"
# XXX add patches
configure_args="--without-bash-malloc --without-curses
 --without-installed-readline --disable-nls bash_cv_termcap_lib=gnutermcap"

post_install() {
  ln -s bash ${DESTDIR}/usr/bin/sh
}