blob: a578dd417df3bc404b63850c34b59e559761f957 (
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"
RDEPENDS = "python python-xml python-shell python-netclient python-mime python-netserver \
python-io kernel-module-squashfs"
RRECOMMENDS = "midori"
PV = "0.3.0-rc3+gitr${SRCREV}"
PR = "r0"
SRC_URI = "git://github.com/crei/evopedia.git;protocol=http;branch=master"
SRCREV = "014e6ba17997552963ef41692e838c48749488cd"
S = "${WORKDIR}/git/evopedia"
inherit distutils
PACKAGE_ARCH = "all"
FILES_${PN} += "${datadir}/applications \
${datadir}/evopedia \
${datadir}/pixmaps \
"
|