summary refs log tree commit diff
path: root/def/bash
blob: 0ab65a175325628b7a00010f3ad9859da5b691bc (plain) (blame)
1
2
3
4
5
6
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"