diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-07-25 10:04:40 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-07-25 10:04:40 +0000 |
commit | 9391c47983f98bba03c84a94d407177a5cbb6890 (patch) | |
tree | b5588a7806d3c2d511d540415452e0e873686793 /packages/chicken/chicken2.inc | |
parent | d65f1724834111db986f7a13807a809c57b71496 (diff) | |
parent | d6bc4e97a03ac861f27cb3a2afafa374ccebe6ae (diff) |
merge of 'c0b80d25e48faf3cabe4d83d5586401a0a5e1188'
and 'c5251d02ae821f28febfb91fb76af9cd01b8f3fd'
Diffstat (limited to 'packages/chicken/chicken2.inc')
-rw-r--r-- | packages/chicken/chicken2.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/chicken/chicken2.inc b/packages/chicken/chicken2.inc new file mode 100644 index 0000000000..fbaf971f88 --- /dev/null +++ b/packages/chicken/chicken2.inc @@ -0,0 +1,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 +} + |