aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dictator/dictator_0.2.bb
blob: 663b376ea7dffd10edda883eca9bc12220734c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Call recodering program for Neo Smartphones"
SECTION = "utils"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "python python-pygtk python-xml python-netclient pydes python-audio"
PR="r2"

ARCH_pyring = "all"

SRC_URI = "http://home.htw-berlin.de/~s0526295/dictator-0.2.tar.gz"

inherit distutils

S = ${WORKDIR}/dictator-${PV}

FILES_${PN} += " ${sysconfdir}/dictator.conf ${datadir}"