Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
[openembedded.git] / recipes / chicken / chicken.inc
1 ESCRIPTION = "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"
6 INC_PR = "r3"
7
8 SRC_URI = "http://chicken.wiki.br/releases/${PV}/chicken-${PV}.tar.gz \
9            file://soname.patch;patch=1 \
10            file://translator-cross.patch;patch=1"
11
12 # Parallel building is not supported
13 PARALLEL_MAKE = ""
14
15 inherit chicken