summaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/qualendar/qualendar_0.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/qualendar/qualendar_0.8.0.bb')
-rw-r--r--recipes/nonworking/qualendar/qualendar_0.8.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/nonworking/qualendar/qualendar_0.8.0.bb b/recipes/nonworking/qualendar/qualendar_0.8.0.bb
new file mode 100644
index 0000000000..67d6f9cae9
--- /dev/null
+++ b/recipes/nonworking/qualendar/qualendar_0.8.0.bb
@@ -0,0 +1,17 @@
+DESCRIPTION= " DVI Viewer for Opie/Qtopia"
+SECTION = "base"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+SRC_URI = "http://ichitokumei.hp.infoseek.co.jp/${PN}/source/${P}.tar.gz"
+S = "${WORKDIR}/${PN}/src"
+
+inherit palmtop
+
+do_install() {
+ install -d ${D}${palmtopdir}/{bin,apps/Applications,pics}
+ install -D -m 755 qualendar ${D}${palmtopdir}/bin/qualendar
+ install -D -m 644 qualendar.desktop ${D}${palmtopdir}/apps/Applications/qualendar.desktop
+ install -d ${D}${palmtopdir}/pics
+ cp -pPR *.png ${D}${palmtopdir}/pics/
+}