aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/comic-reader/comic-reader_svn.bb
blob: 06ad722edd925b0276a85599beeb6ac0410fda1c (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"
SRCREV = "54"

SRC_URI = "svn://comic-reader.googlecode.com/svn/;module=trunk;proto=http"

S = "${WORKDIR}/trunk"

inherit autotools pkgconfig

EXTRA_OECONF = ""

FILES_${PN} += "${prefix}/share/*"

PKG_TAGS_${PN} = "group::games"