aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cdk
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cdk')
-rw-r--r--recipes/cdk/cdk_5.0-20060507.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/cdk/cdk_5.0-20060507.bb b/recipes/cdk/cdk_5.0-20060507.bb
new file mode 100644
index 0000000000..f3287c7b25
--- /dev/null
+++ b/recipes/cdk/cdk_5.0-20060507.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Curses Development Kit"
+HOMEPAGE = "http://invisible-island.net/cdk/"
+SECTION = "devel/libs"
+LICENSE = "MIT"
+
+SRC_URI = "ftp://invisible-island.net/cdk/cdk-${PV}.tgz"
+
+inherit autotools
+
+EXTRA_OEMAKE += 'DOCUMENT_DIR="${D}${datadir}/doc/cdk"'
+
+# FIXME
+do_configure() {
+ gnu-configize
+ oe_runconf
+}
+
+do_stage() {
+ autotools_stage_all
+}
+