summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-02-17 21:19:50 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-02-17 21:19:50 +0000
commite29e7a94f8866e3a0f391a0defddf13b854b22a3 (patch)
tree4e3748c55800e6b929f5d4e89f519eb6fba43138 /dev-lang/bashforth/bashforth-0.54a.ebuild
parentAdding ppc-macos mask for mutella (diff)
downloadgentoo-2-e29e7a94f8866e3a0f391a0defddf13b854b22a3.tar.gz
gentoo-2-e29e7a94f8866e3a0f391a0defddf13b854b22a3.tar.bz2
gentoo-2-e29e7a94f8866e3a0f391a0defddf13b854b22a3.zip
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-lang/bashforth/bashforth-0.54a.ebuild')
-rw-r--r--dev-lang/bashforth/bashforth-0.54a.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-lang/bashforth/bashforth-0.54a.ebuild b/dev-lang/bashforth/bashforth-0.54a.ebuild
new file mode 100644
index 000000000000..f66f3379c3eb
--- /dev/null
+++ b/dev-lang/bashforth/bashforth-0.54a.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/bashforth-0.54a.ebuild,v 1.1 2006/02/17 21:19:50 mkennedy Exp $
+
+DESCRIPTION="BashForth is a string-threaded Forth interpreter in Bash."
+HOMEPAGE="http://www.forthfreak.net/index.cgi?BashForth"
+SRC_URI="mirror://gentoo/bashforth_v${PV}.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">app-shells/bash-2.04"
+
+S=${WORKDIR}
+
+src_install() {
+ newbin bashforth_v${PV} bashforth
+}