From 9d8b1047c1e9c2a3ef14ae0150741d0d385e6cf4 Mon Sep 17 00:00:00 2001 From: Jrabbit Date: Thu, 6 Jan 2011 14:35:48 +0000 Subject: [PATCH] initial bep file for bash, for GCI --- app-shells/bash/bash-4.1.bep | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-shells/bash/bash-4.1.bep diff --git a/app-shells/bash/bash-4.1.bep b/app-shells/bash/bash-4.1.bep new file mode 100644 index 000000000..8d09bbf5d --- /dev/null +++ b/app-shells/bash/bash-4.1.bep @@ -0,0 +1,20 @@ +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"