diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 12:58:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 12:58:38 +0000 |
commit | af88becabc740227829b9a02ce610a272df0c26d (patch) | |
tree | ce0ceb2598bd93080ae39cba5c94f62e7eba6f84 | |
parent | 3a8a95c0afca204324e2c49e3a89cafbf59bf549 (diff) |
fix iqnotes depending on non-virtual libqpe
BKrev: 40696efekZYVuKtqg0Uo0JP3VWC6VA
-rw-r--r-- | iqnotes/iqnotes_2.0.2.oe | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/iqnotes/iqnotes_2.0.2.oe b/iqnotes/iqnotes_2.0.2.oe index e69de29bb2..a30a7a82d1 100644 --- a/iqnotes/iqnotes_2.0.2.oe +++ b/iqnotes/iqnotes_2.0.2.oe @@ -0,0 +1,25 @@ +DESCRIPTION = "Smarty notes \ + 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." +SECTION = "applications" +PRIORITY = "optional" +LICENSE = "GPL" +RDEPENDS = "libqpe1 libstdc++" +DEPENDS = "virtual/libqpe" +MAINTAINER = "Peter Vrabel <kybu@kybu.sk>" + +SRC_URI = ftp://iqnotes.kybu.sk/iqnotes-2.0.2-src.tar.bz2 \ + file://${FILESDIR}/md5.diff;patch=1" +S = "${WORKDIR}/iqnotes/iqnotes" + +inherit palmtop + +QMAKE_PROFILES = "iqnotes.pro" + +do_install() { + install -d ${D}${palmtopdir}/{help/html/,bin,apps/Applications,pics/iqnotes/items,iqnotes/icons} + install -m 0755 ${S}/../bin/iqnotes ${D}${palmtopdir}/bin/ + install -m 0644 ${S}/../apps/Applications/*.desktop ${D}${palmtopdir}/apps/Applications/ + install -m 0644 ${S}/../pics/iqnotes/*.png ${D}${palmtopdir}/pics/iqnotes/ + install -m 0644 ${S}/../help/html/iqnotes.html ${D}${palmtopdir}/help/html/ + install -m 0644 ${S}/../pics/*.xpm ${D}${palmtopdir}/pics/ +} |