aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/evopedia/evopedia_git.bb
blob: e939c03b74115597a71070e5b746c59f8254d29c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "evopedia is an offline Wikipedia viewer "
AUTHOR = "Christian Reitwießner"
HOMEPAGE = "http://www.reitwiessner.de/openmoko/evopedia.html"
PRIORITY = "optional"
LICENSE = "GPL"
RRECOMMENDS_${PN} = "midori"
RRECOMMENDS_${PN}_shr = "eve"

PV = "0.4.2+gitr${SRCPV}"

SRC_URI = "git://gitorious.org/evopedia/evopedia.git;protocol=git;branch=master"

SRCREV = "36ca70acb457762d623e8e6c83039256dbe5c7f4"
S = "${WORKDIR}/git"

inherit qt4x11

EXTRA_QMAKEVARS_PRE += " PREFIX=/usr"

FILES_${PN}-dbg += "${bindir}/.debug"

do_install() {
       oe_runmake install INSTALL_ROOT=${D}
}