summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-11-14 17:41:02 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-11-14 17:41:02 +0000
commitdaf4fe097d2a69ed407d042e535dd0877adb4f86 (patch)
treef6979d11a45331795194a42d029b7c741e86760f
parent889027ed270991e902961b703ce005857accee38 (diff)
qclockchange: added info about working only on PXA Zauruses
BKrev: 419798aecxjPOIUUU-NCZ186Jo80lQ
-rw-r--r--qclockchange/qclockchange_0.1a.oe23
1 files changed, 23 insertions, 0 deletions
diff --git a/qclockchange/qclockchange_0.1a.oe b/qclockchange/qclockchange_0.1a.oe
index e69de29bb2..33760ee776 100644
--- a/qclockchange/qclockchange_0.1a.oe
+++ b/qclockchange/qclockchange_0.1a.oe
@@ -0,0 +1,23 @@
+DESCRIPTION = "Program that allows you to set the CCCR registers on PXA Zauruses."
+SECTION = "opie/settings"
+PRIORITY = "optional"
+LICENSE = "GPL"
+MAINTAINER = "Dylan Taft <soundmanok@yahoo.com>"
+AUTHOR = "piro <piro400@occn.zaq.ne.jp>"
+HOMEPAGE = "http://www.piro.hopto.org/~piro/pukiwiki/pukiwiki.php?%5B%5B%A5%AB%A1%BC%A5%CD%A5%EB%A5%D1%A5%C3%A5%C1%A4%F2%A4%DE%A4%C8%A4%E1%A4%EB%5D%5D"
+APPTYPE="binary"
+PR = "r1"
+
+SRC_URI = "http://www.piro.hopto.org/~piro/zaurus/qclockchange-${PV}.tar.gz"
+
+inherit palmtop
+
+do_install() {
+ install -d ${D}/${palmtopdir}/bin/ \
+ ${D}/${palmtopdir}/pics \
+ ${D}/${palmtopdir}/apps/Settings
+
+ install -m 0755 qclockchange ${D}/${palmtopdir}/bin/qclockchange
+ install -m 0644 ipkg/opt/QtPalmtop/pics/qclockchange.png ${D}/${palmtopdir}/pics/qclockchange.png
+ install -m 0644 ipkg/opt/QtPalmtop/apps/Settings/qclockchange.desktop ${D}/${palmtopdir}/apps/Settings/qclockchange.desktop
+}