Merge openembedded@openembedded.bkbits.net:packages
[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/,bin,apps/Applications,pics/iqnotes/items,iqnotes/icons}
19         install -m 0755 ${S}/../bin/iqnotes ${D}${palmtopdir}/bin/
20         install -m 0644 ${S}/../apps/Applications/*.desktop ${D}${palmtopdir}/apps/Applications/
21         install -m 0644 ${S}/../pics/iqnotes/*.png ${D}${palmtopdir}/pics/iqnotes/
22         install -m 0644 ${S}/../help/html/iqnotes.html ${D}${palmtopdir}/help/html/
23         install -m 0644 ${S}/../pics/*.xpm ${D}${palmtopdir}/pics/
24 }