summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-04-19 15:21:19 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-04-19 15:21:19 +0000
commitaeae74bdb3756a477a73a6f526abc5e9df99c7d0 (patch)
treeb3a8ce950b2c35b6d8edef02e3ab198195085a2d /dev-scheme/stklos/stklos-0.82.ebuild
parentVersion bump. (diff)
downloadgentoo-2-aeae74bdb3756a477a73a6f526abc5e9df99c7d0.tar.gz
gentoo-2-aeae74bdb3756a477a73a6f526abc5e9df99c7d0.tar.bz2
gentoo-2-aeae74bdb3756a477a73a6f526abc5e9df99c7d0.zip
initial ebuild
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-scheme/stklos/stklos-0.82.ebuild')
-rw-r--r--dev-scheme/stklos/stklos-0.82.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-scheme/stklos/stklos-0.82.ebuild b/dev-scheme/stklos/stklos-0.82.ebuild
new file mode 100644
index 000000000000..c72a1d560980
--- /dev/null
+++ b/dev-scheme/stklos/stklos-0.82.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/stklos/stklos-0.82.ebuild,v 1.1 2007/04/19 15:21:19 hkbst Exp $
+
+DESCRIPTION="fast and light Scheme implementation"
+HOMEPAGE="http://www.stklos.org"
+SRC_URI="http://www.stklos.org/download/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "Install failed"
+}