diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-05-26 03:05:48 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-05-26 03:05:48 +0000 |
commit | 0cacc7d209af1163b62d00ac284ab31685479c96 (patch) | |
tree | 240bf30e5a15f8accf00609a47b783e6de2c9c5c /dev-lang/bashforth/bashforth-0.55.ebuild | |
parent | use $PN in einfo warning message #134266 by Denilson (diff) | |
download | gentoo-2-0cacc7d209af1163b62d00ac284ab31685479c96.tar.gz gentoo-2-0cacc7d209af1163b62d00ac284ab31685479c96.tar.bz2 gentoo-2-0cacc7d209af1163b62d00ac284ab31685479c96.zip |
New upstream version.
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'dev-lang/bashforth/bashforth-0.55.ebuild')
-rw-r--r-- | dev-lang/bashforth/bashforth-0.55.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-lang/bashforth/bashforth-0.55.ebuild b/dev-lang/bashforth/bashforth-0.55.ebuild new file mode 100644 index 000000000000..71e487b88631 --- /dev/null +++ b/dev-lang/bashforth/bashforth-0.55.ebuild @@ -0,0 +1,23 @@ +# 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.55.ebuild,v 1.1 2006/05/26 03:05:48 mkennedy Exp $ + +DESCRIPTION="BashForth is a string-threaded Forth interpreter in Bash." +HOMEPAGE="http://www.forthfreak.net/index.cgi?BashForth" +SRC_URI="http://forthfreak.net/bashforth.versions/bashforth_v0.55" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">app-shells/bash-2.04" + +S=${WORKDIR} + +src_unpack() { + cp ${DISTDIR}/bashforth_v${PV} ${S} +} + +src_install() { + newbin bashforth_v${PV} bashforth +} |