md5=a6538f6c44ceeed0ed7e8e356f444168
sha256=f684397ce39ec400ba3369521892b7c3a8711d3ef1be59115db9f8d57707bbb8
+[http://www.call-with-current-continuation.org/chicken-2.6.tar.gz]
+md5=332edae079bb34d815369f4ba5181983
+sha256=32385c5393c7376035f911f3e887351b1ce8fb6e56498cc4258815bc6db06326
+
--- /dev/null
+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
+}
+