blob: 372d1d0a646a924674e9f99850f18cd26bbe94fd (
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 = "r3"
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"
|