4552adc65a4004743400e93c49dbdbef244cfc52
[vuplus_openembedded] / iqnotes / iqnotes_2.0.2.oe
1 DESCRIPTION = "Smarty notes \
2  IQNotes is notes kept in a hierarchical(tree like) manner. It handles todo, events, sketching. It can acts as a contact, password, credit card manager and even more, because is highly configurable. Data can be crypted by strong AES algorithm."
3 SECTION = "applications"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6 DEPENDS = "virtual/libqpe"
7 MAINTAINER = "Peter Vrabel <kybu@kybu.sk>"
8
9 SRC_URI = ftp://iqnotes.kybu.sk/iqnotes-2.0.2-src.tar.bz2   \
10           file://${FILESDIR}/md5.diff;patch=1"
11 S = "${WORKDIR}/iqnotes/iqnotes"
12
13 inherit palmtop
14
15 QMAKE_PROFILES = "iqnotes.pro"
16
17 do_install() {
18         install -d ${D}/${palmtopdir}/help/html \
19                    ${D}/${palmtopdir}/bin \
20                    ${D}/${palmtopdir}/apps/Applications \
21                    ${D}/${palmtopdir}/pics/iqnotes/items \
22                    ${D}/${palmtopdir}/iqnotes/icons
23         install -m 0755 ${S}/../bin/iqnotes ${D}/${palmtopdir}/bin/
24         install -m 0644 ${S}/../apps/Applications/*.desktop ${D}/${palmtopdir}/apps/Applications/
25         install -m 0644 ${S}/../pics/iqnotes/*.png ${D}/${palmtopdir}/pics/iqnotes/
26         install -m 0644 ${S}/../help/html/iqnotes.html ${D}/${palmtopdir}/help/html/
27         install -m 0644 ${S}/../pics/*.xpm ${D}/${palmtopdir}/pics/
28 }