diff options
Diffstat (limited to 'recipes/opie-tableviewer/opie-tableviewer.inc')
-rw-r--r-- | recipes/opie-tableviewer/opie-tableviewer.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/opie-tableviewer/opie-tableviewer.inc b/recipes/opie-tableviewer/opie-tableviewer.inc new file mode 100644 index 0000000000..86a9f3f960 --- /dev/null +++ b/recipes/opie-tableviewer/opie-tableviewer.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "XML database browsers" +SECTION = "opie/applications" +PRIORITY = "optional" +LICENSE = "GPL" +APPNAME = "tableviewer" + + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +# FILES plugins/application/libtableviewer.so* bin/tableviewer apps/Applications/tableviewer.desktop +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + |