Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / iqnotes / iqnotes.inc
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 HOMEPAGE = "http://iqnotes.berlios.de"
9 AUTHOR = "Peter Vrabel <kybu@kybu.org>"
10
11 S = "${WORKDIR}/iqnotes/iqnotes"
12
13 inherit palmtop
14
15 QMAKE_PROFILES = "iqnotes.pro"
16 export OE_QMAKE_LINK="${CXX}"
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 }