blob: e485996f4bf9d07694b6cf483a3ee9ae32efadf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "Paroli"
SECTION = "x11"
LICENSE = "GPL"
PV = "0.2+gitr${SRCREV}"
PR = "r0"
SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http"
S = "${WORKDIR}/git"
inherit distutils
RDEPENDS = "\
python-datetime \
python-subprocess \
python-textutils \
python-dbus \
python-pygobject \
"
FILES_${PN} += "${sysconfdir}/dbus-1 ${sysconfdir}/paroli ${datadir}"
|