a30a7a82d126083ef6780e1359f2e87caedd97a6
[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 RDEPENDS = "libqpe1 libstdc++"
7 DEPENDS = "virtual/libqpe"
8 MAINTAINER = "Peter Vrabel <kybu@kybu.sk>"
9
10 SRC_URI = ftp://iqnotes.kybu.sk/iqnotes-2.0.2-src.tar.bz2   \
11           file://${FILESDIR}/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/,bin,apps/Applications,pics/iqnotes/items,iqnotes/icons}
20         install -m 0755 ${S}/../bin/iqnotes ${D}${palmtopdir}/bin/
21         install -m 0644 ${S}/../apps/Applications/*.desktop ${D}${palmtopdir}/apps/Applications/
22         install -m 0644 ${S}/../pics/iqnotes/*.png ${D}${palmtopdir}/pics/iqnotes/
23         install -m 0644 ${S}/../help/html/iqnotes.html ${D}${palmtopdir}/help/html/
24         install -m 0644 ${S}/../pics/*.xpm ${D}${palmtopdir}/pics/
25 }