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