merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / chicken / chicken.inc
blobfbaf971f88d0e721a123676c7341834c48602adf
1 DESCRIPTION = "A compiler that translates Scheme source files to C, and an interpreter"
2 HOMEPAGE = "http://www.call-with-current-continuation.org/"
3 SECTION = "interpreters"
4 PRIORITY = "optional"
5 LICENSE = "BSD"
7 SRC_URI = "http://www.call-with-current-continuation.org/chicken-${PV}.tar.gz" 
9 inherit autotools
11 do_install_append() {
12     install -d ${D}${docdir}/${P}
13     mv ${D}/${datadir}/chicken/doc ${D}${docdir}/${P}
16 do_stage() {
17     autotools_stage_all