surpport seeking the recorded video
[vuplus_openembedded] / recipes / kanatest / kanatest.inc
1 DESCRIPTION = "Hiragana and Katakana drill tool"
2 HOMEPAGE = "http://clayo.org/kanatest/
3 SECTION = "gpe/games"
4 LICENSE = "GPL"
5 DEPENDS = "gtk+"
6
7 SRC_URI = "http://clayo.org/kanatest/${PN}-${PV}.tar.gz \
8         file://${PN}.desktop"
9
10 inherit autotools gettext
11
12 CFLAGS += "-D_GNU_SOURCE"
13
14 do_install_append () {
15         install -d ${D}${datadir}/applications/
16         install -m 0644 ${WORKDIR}/${PN}.desktop ${D}${datadir}/applications/${PN}.desktop
17 }
18
19 FILES_${PN} = "${bindir}/${PN} ${datadir}/${PN} ${datadir}/pixmaps ${datadir}/applications"