[oe-commits] Angus Ainslie : dictator : add a new recipe for a call recoder and dictation software

GIT User account git at amethyst.openembedded.net
Mon May 11 17:40:47 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 0659820b3d49e9ef90b7bdab12b8dfb6925bf121
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0659820b3d49e9ef90b7bdab12b8dfb6925bf121

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Mon May 11 09:41:40 2009 -0600

dictator : add a new recipe for a call recoder and dictation software

---

 conf/checksums.ini               |    4 ++++
 recipes/dictator/dictator_0.2.bb |   16 ++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 33d66ca..3bf4343 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -4090,6 +4090,10 @@ sha256=7bb43d8b0cb287d728ea479fb65d1b57b8530af773018214e7f312dceed34237
 md5=8ce5945be0660bd3152bd9eb0827f945
 sha256=e3968765ed916b348fce5e309029d25d068a61e1d422a69a506d0fc80ee6e976
 
+[http://home.htw-berlin.de/~s0526295/dictator-0.2.tar.gz]
+md5=8f5cb1d0b7c7d5437b260d9ba5362c74
+sha256=e43251af443eb72a803a6aac3e984feb1f5df8124c64b55fceac6140ab76161e
+
 [http://didiwiki.org/sources/didiwiki-0.2.tar.gz]
 md5=a8643526ced64ed066df407e013259e3
 sha256=a87cdc67ad367d6bde595811e7869f5c4715e4baeec7261bcfe45ab42621543a
diff --git a/recipes/dictator/dictator_0.2.bb b/recipes/dictator/dictator_0.2.bb
new file mode 100644
index 0000000..afc5565
--- /dev/null
+++ b/recipes/dictator/dictator_0.2.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Call recodering program for Neo Smartphones"
+SECTION = "utils"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = "python python-pygtk python-xml python-netclient pydes"
+
+ARCH_pyring = "all"
+
+SRC_URI = "http://home.htw-berlin.de/~s0526295/dictator-0.2.tar.gz"
+
+inherit distutils
+
+S = ${WORKDIR}/dictator-${PV}
+
+
+





More information about the Openembedded-commits mailing list