summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/srf/srf-1.0.ebuild')
-rw-r--r--dev-lang/srf/srf-1.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lang/srf/srf-1.0.ebuild b/dev-lang/srf/srf-1.0.ebuild
new file mode 100644
index 000000000000..9f9bcc41d074
--- /dev/null
+++ b/dev-lang/srf/srf-1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/srf/srf-1.0.ebuild,v 1.1 2005/09/17 13:36:32 araujo Exp $
+
+DESCRIPTION="The Simple Recursive Functions programming language"
+HOMEPAGE="http://www.users.qwest.net/~eballen1/srf.html"
+SRC_URI="http://www.users.qwest.net/~eballen1/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="sys-devel/flex
+ || ( sys-devel/bison dev-util/yacc dev-util/byacc )"
+RDEPEND=""
+
+src_install() {
+ dobin srf rfunc/rfunc
+ doman srf.1
+ dodoc srf.html README
+ docinto examples
+ dodoc examples/*
+}