2008-10-14 18:41:37 +02:00
|
|
|
# Template build file for 'bash'.
|
|
|
|
pkgname=bash
|
2009-02-24 07:13:11 +01:00
|
|
|
version=4.0
|
2009-02-19 00:40:44 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/bash/bash-$version.tar.gz"
|
2008-10-14 18:41:37 +02:00
|
|
|
build_style=gnu_configure
|
2008-10-29 04:49:24 +01:00
|
|
|
configure_args="--without-bash-malloc --with-curses
|
2008-11-26 15:45:20 +01:00
|
|
|
--bindir=$XBPS_DESTDIR/$pkgname-$version/bin
|
2008-12-20 09:23:30 +01:00
|
|
|
ac_cv_func_working_mktime=yes"
|
2008-10-14 18:41:37 +02:00
|
|
|
short_desc="The GNU Bourne Again Shell"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-24 07:13:11 +01:00
|
|
|
checksum=9793d394f640a95030c77d5ac989724afe196921956db741bcaf141801c50518
|
2008-10-14 18:41:37 +02:00
|
|
|
long_desc="
|
|
|
|
Bash is an sh-compatible shell that incorporates useful features from
|
|
|
|
the Korn shell (ksh) and C shell (csh). It is intended to conform to
|
|
|
|
the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.
|
|
|
|
|
|
|
|
It offers functional improvements over sh for both programming and
|
|
|
|
interactive use; these include command line editing, unlimited size
|
|
|
|
command history, job control, shell functions and aliases, indexed
|
|
|
|
arrays of unlimited size, and integer arithmetic in any base from two
|
|
|
|
to sixty-four. In addition, most sh scripts can be run by Bash without
|
|
|
|
modification."
|
2008-10-22 02:43:51 +02:00
|
|
|
|
2008-10-27 06:12:30 +01:00
|
|
|
base_chroot=yes
|
2009-03-14 07:32:48 +01:00
|
|
|
register_shell="/bin/bash"
|
2009-02-24 07:13:11 +01:00
|
|
|
|
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency full ncurses
|