mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 23:30:04 +02:00
21 lines
531 B
Plaintext
21 lines
531 B
Plaintext
DESCRIPTION="The GNU Bourne Again Shell"
|
|
HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
|
|
SRC_URI="ftp://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz"
|
|
CHECKSUM_MD5="9800d8724815fd84994d9be65ab5e7b8"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd bash-4.1
|
|
./configure
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd bash-4.1
|
|
make install DESTDIR=${DESTDIR}
|
|
}
|
|
MESSAGE="Bash does not compile as is on GCC2. Sorry. Patches from Haiku may fix this eventually."
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="1989, Brian Fox; 2010, Chet Ramey"
|