aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-stumbler/opie-stumbler.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opie-stumbler/opie-stumbler.inc')
-rw-r--r--recipes/opie-stumbler/opie-stumbler.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/opie-stumbler/opie-stumbler.inc b/recipes/opie-stumbler/opie-stumbler.inc
new file mode 100644
index 0000000000..4c16fa86fb
--- /dev/null
+++ b/recipes/opie-stumbler/opie-stumbler.inc
@@ -0,0 +1,15 @@
+DESCRIPTION = "A Wireless Network Scanner"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RRECOMMENDS = "manufacturers"
+APPNAME = "opiestumbler"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/
+ install -m 0644 ${WORKDIR}/opiestumbler.png ${D}${palmtopdir}/pics/
+}