void-packages/templates/bash.tmpl
Juan RP b029cb3d90 bash: gmake isn't needed.
--HG--
extra : convert_revision : 3c4e084f7e356223e5205d10daac810ae6a22eb9
2008-10-14 18:43:53 +02:00

24 lines
1.2 KiB
Cheetah
Executable file

# Template build file for 'bash'.
pkgname=bash
version=3.2
distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$version@.tar.gz"
build_style=gnu_configure
configure_args="--enable-readline --enable-progcomp
--enable-process-substitution --enable-job-control --enable-history
--enable-help-builtin --enable-extended-glob --enable-dparen-arithmetic
--enable-directory-stack --enable-debugger --enable-cond-regexp
--enable-alias --enable-brace-expansion --enable-array-variables"
short_desc="The GNU Bourne Again Shell"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a73f790817d98be375a36def567737498e33aaf1
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."