aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chicken/chicken2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/chicken/chicken2.inc')
-rw-r--r--recipes/chicken/chicken2.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/chicken/chicken2.inc b/recipes/chicken/chicken2.inc
new file mode 100644
index 0000000000..fbaf971f88
--- /dev/null
+++ b/recipes/chicken/chicken2.inc
@@ -0,0 +1,19 @@
+DESCRIPTION = "A compiler that translates Scheme source files to C, and an interpreter"
+HOMEPAGE = "http://www.call-with-current-continuation.org/"
+SECTION = "interpreters"
+PRIORITY = "optional"
+LICENSE = "BSD"
+
+SRC_URI = "http://www.call-with-current-continuation.org/chicken-${PV}.tar.gz"
+
+inherit autotools
+
+do_install_append() {
+ install -d ${D}${docdir}/${P}
+ mv ${D}/${datadir}/chicken/doc ${D}${docdir}/${P}
+}
+
+do_stage() {
+ autotools_stage_all
+}
+