aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chicken/chicken2.inc
blob: fbaf971f88d0e721a123676c7341834c48602adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}