Files
haikuports/app-shells/bash/bash-4.3.recipe
2014-03-15 20:11:49 +01:00

52 lines
1.1 KiB
Plaintext

SUMMARY="The GNU Bourne Again Shell"
DESCRIPTION="
Bash is an sh-compatible command language interpreter that \
executes commands read from the standard input or from a file. Bash also \
incorporates useful features from the Korn and C shells (ksh and csh).
"
HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
SRC_URI="ftp://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz"
CHECKSUM_SHA512="a852b8e46ee55568dce9d23a30a9dbd1c770c2d2a4bc91e1c3177d723b31b32c5d69d19704a93f165891b409b9dd2cc65723372044e2bd0ee49ed59a11512651"
REVISION="1"
LICENSE="GNU GPL v3"
COPYRIGHT="1989, Brian Fox; 2010, Chet Ramey"
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
PROVIDES="
bash = $portVersion
cmd:bash = $portVersion
cmd:bashbug = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
lib:libreadline
lib:libncursesw
"
BUILD_REQUIRES="
haiku_devel
devel:libreadline
devel:libncursesw
cmd:gcc
cmd:bison
cmd:make
cmd:awk
"
#PATCHES="
# "
BUILD()
{
runConfigure ./configure --without-bash-malloc --with-installed-readline
make $jobArgs
}
INSTALL()
{
make install
}