diff options
Diffstat (limited to 'recipes/chicken/chicken-snapshot.inc')
-rw-r--r-- | recipes/chicken/chicken-snapshot.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/chicken/chicken-snapshot.inc b/recipes/chicken/chicken-snapshot.inc new file mode 100644 index 0000000000..5fddee279a --- /dev/null +++ b/recipes/chicken/chicken-snapshot.inc @@ -0,0 +1,13 @@ +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 = "r3" + +SRC_URI = "http://chicken.wiki.br/dev-snapshots/2009/11/24/chicken-${PV}.tar.gz" + +# Parallel building is not supported +PARALLEL_MAKE = "" + +inherit chicken |