summaryrefslogtreecommitdiff
path: root/nonworking/freenote
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-29 17:11:04 +0000
committerChris Larson <clarson@kergoth.com>2004-05-29 17:11:04 +0000
commit087629f4afb009d0eceec99db1e2ae45c1cf507e (patch)
treeb33e81f2007fd813d64b11c6b513e6ebdc493e7b /nonworking/freenote
parent57805d1d4e115d1901fa432d0dcb49807a38233b (diff)
Cleanup pass - remove remnant virtual/libc items from DEPENDS.
BKrev: 40b8c428TTv4Isw4YZOO0-X8vxwV2g
Diffstat (limited to 'nonworking/freenote')
-rw-r--r--nonworking/freenote/freenote_1.6.1.oe24
1 files changed, 24 insertions, 0 deletions
diff --git a/nonworking/freenote/freenote_1.6.1.oe b/nonworking/freenote/freenote_1.6.1.oe
index e69de29bb2..90c131e6b1 100644
--- a/nonworking/freenote/freenote_1.6.1.oe
+++ b/nonworking/freenote/freenote_1.6.1.oe
@@ -0,0 +1,24 @@
+DESCRIPTION="Auto-Correction Paint Program for Opie/Qtopia"
+SECTION="base"
+PRIORITY="optional"
+LICENSE="GPL"
+RDEPENDS="libqpe1"
+DEPENDS=""
+
+SRC_URI = http://www.urban.ne.jp/home/kanemori/zaurus/FreeNote_${PV}_arm.tar.gz \
+ file://${FILESDIR}/compile.patch;patch=1
+S = ${WORKDIR}/FreeNote_${PV}_arm
+
+inherit palmtop
+
+do_configure_prepend() {
+ qmake -project -o ${PN}.pro
+}
+
+do_install() {
+ install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics}
+ install -D -m 755 freenoteeintu ${D}/opt/QtPalmtop/bin/freenoteeintu
+ install -D -m 644 ${FILESDIR}/freenoteeintu.desktop ${D}/opt/QtPalmtop/apps/Applications/freenoteeintu.desktop
+ install -d ${D}/opt/QtPalmtop/pics
+ cp -a *.png ${D}/opt/QtPalmtop/pics/
+}