blob: 09f148db579e42f84a7e5783160402b7ba5bc98c (
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
25
26
27
28
29
30
|
DESCRIPTION = "evopedia is an offline Wikipedia viewer "
AUTHOR = "Christian Reitwießner"
HOMEPAGE = "http://www.reitwiessner.de/openmoko/evopedia.html"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "python python-xml python-shell python-netclient python-mime \
python-netserver python-io python-compression"
RRECOMMENDS = "midori"
RRECOMMENDS_shr = "ventura"
PV = "0.3.0-rc3+gitr${SRCPV}"
PR = "r1"
SRC_URI = "git://github.com/crei/evopedia.git;protocol=http;branch=master"
SRCREV = "2e92cc7b4b709c7551337e7a2c76e6737c241e38"
S = "${WORKDIR}/git/evopedia"
inherit distutils
do_configure_append_shr() {
sed -i "s#/usr/bin/midori#/usr/bin/ventura#g" ${S}/evopedia.sh
}
PACKAGE_ARCH = "all"
FILES_${PN} += "${datadir}/applications \
${datadir}/evopedia \
${datadir}/pixmaps \
"
|