summaryrefslogtreecommitdiff
path: root/kbdd/kbdd_20040904.oe
diff options
context:
space:
mode:
Diffstat (limited to 'kbdd/kbdd_20040904.oe')
-rw-r--r--kbdd/kbdd_20040904.oe15
1 files changed, 15 insertions, 0 deletions
diff --git a/kbdd/kbdd_20040904.oe b/kbdd/kbdd_20040904.oe
index e69de29bb2..181d04b3bd 100644
--- a/kbdd/kbdd_20040904.oe
+++ b/kbdd/kbdd_20040904.oe
@@ -0,0 +1,15 @@
+SECTION = "unknown"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/kbdd;date=${PV}"
+
+S = "${WORKDIR}/kbdd"
+
+do_compile() {
+ oe_runmake
+}
+
+do_install() {
+ install -d ${D}/${bindir}
+ install -d ${D}/${docdir}/kbdd/
+ install -m 0755 kbdd ${D}/${bindir}/
+ install -m 0644 README ${D}/${docdir}/kbdd/
+}