blob: ecea58dc64df65007b9168ed43541c3ea27602a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "A comic reader for Otaku"
HOMEPAGE = "http://code.google.com/p/comic-reader/"
LICENSE = "GPLv3"
DEPENDS = "evas edje ecore etk eet edbus"
PR = "r2"
SRC_URI = "svn://comic-reader.googlecode.com/svn/;module=trunk;proto=http"
SRCREV = "${AUTOREV}"
S = "${WORKDIR}/trunk"
inherit autotools pkgconfig
EXTRA_OECONF = ""
FILES_${PN} += "${prefix}/share/*"
PKG_TAGS_${PN} = "group::games"
|