aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chicken/chicken-snapshot.inc
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2009-11-27 14:46:20 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2009-11-27 21:47:27 -0200
commit0ad83bc173f0b65119722bcae8f2411b2815e6b9 (patch)
tree4a38c76a4d552996ffc5f79953a8a9d6aaeb98d3 /recipes/chicken/chicken-snapshot.inc
parentf200c0f5605fbf085969ec0bc44851af16a616e7 (diff)
downloadopenembedded-0ad83bc173f0b65119722bcae8f2411b2815e6b9.tar.gz
chicken: Added recipes for chicken 4.2.10
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Diffstat (limited to 'recipes/chicken/chicken-snapshot.inc')
-rw-r--r--recipes/chicken/chicken-snapshot.inc13
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