From 86946f546eca2c91b21e086b556de54734ee61a1 Mon Sep 17 00:00:00 2001 From: Aggelos Orfanakos Date: Thu, 10 Aug 2006 07:21:11 +0000 Subject: dev-lang/brainwash: New ebuild for bug 143223. Thanks genstef. svn path=/sunrise/; revision=822 --- dev-lang/brainwash/brainwash-0.3.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-lang/brainwash/brainwash-0.3.ebuild (limited to 'dev-lang/brainwash/brainwash-0.3.ebuild') diff --git a/dev-lang/brainwash/brainwash-0.3.ebuild b/dev-lang/brainwash/brainwash-0.3.ebuild new file mode 100644 index 000000000..7cb01b4bd --- /dev/null +++ b/dev-lang/brainwash/brainwash-0.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="An optimizing interpreter for the Brainfuck programming language." +HOMEPAGE="http://brainwash.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="char" + +S="${WORKDIR}/${P}/src" + +src_compile() { + if use char ; then + emake char || die "emake failed" + else + emake || die "emake failed" + fi +} + +src_install() { + dobin brainwash + cd .. + dodoc README ChangeLog +} -- cgit v1.2.3-18-g5258