aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chicken/chicken.inc
blob: 477a8a8c05ca307432d7abcb2138fad738c31d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ESCRIPTION = "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"
INC_PR = "r2"

SRC_URI = "http://chicken.wiki.br/releases/${PV}/chicken-${PV}.tar.gz \
           file://soname.patch;patch=1"

# Parallel building is not supported
PARALLEL_MAKE = ""

inherit chicken