summaryrefslogtreecommitdiff
path: root/packages/chicken/chicken.inc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-07-25 00:58:48 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-07-25 00:58:48 +0000
commitc947d9a9b96f0e941714255854f4dbb35d080490 (patch)
tree6e78d0ee21a61eff9422480d676b1cce322de1b8 /packages/chicken/chicken.inc
parent42133d972e1aae5a13fc3a26f6c0a80456a9dbe7 (diff)
chicken: make sure there are no mistakes we have different inc files for 2.x and 3.x
Diffstat (limited to 'packages/chicken/chicken.inc')
-rw-r--r--packages/chicken/chicken.inc19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/chicken/chicken.inc b/packages/chicken/chicken.inc
deleted file mode 100644
index fbaf971f88..0000000000
--- a/packages/chicken/chicken.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-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
-}
-