quicky: add QT app quicky, a simple note-taking application

Add quicky from qt-apps.org to validate and demo qt library. quicky is a simple note-taking application with Wiki-style syntax and behaviour.

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke 2010-08-25 11:13:00 +08:00 committed by Richard Purdie
parent 923f920a7c
commit da49de6885
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
DESCRIPTION = "A simple note-taking application with Wiki-style syntax and behaviour"
HOMEPAGE = "http://qt-apps.org/content/show.php/Quicky?content=80325"
LICENSE = "GPLv2+"
SECTION = "x11/apps"
DEPENDS = "qt4-x11-free"
RDEPENDS = "qt4-x11-free"
SRC_URI = "http://qt-apps.org/CONTENT/content-files/80325-quicky-0.4.tar.gz"
inherit qmake2 pkgconfig
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/${PN} ${D}${bindir}
}