diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:25:20 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:40 +0100 |
commit | 8df97109ca218f86e8246da5d8897cb54e1a9b27 (patch) | |
tree | 4c426bd9c1aeba919eeef2b0714086e8163512dd /recipes/dictator | |
parent | 0149b9c479961ddc8eda1551e73113613338a1d2 (diff) |
dictator: new recipe from SHR
Diffstat (limited to 'recipes/dictator')
-rw-r--r-- | recipes/dictator/dictator_0.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/dictator/dictator_0.2.bb b/recipes/dictator/dictator_0.2.bb new file mode 100644 index 0000000000..663b376ea7 --- /dev/null +++ b/recipes/dictator/dictator_0.2.bb @@ -0,0 +1,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}" + + |