aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pyphonelog
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:33:36 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:57:58 +0100
commitc34f24f7051c63d1656d2462980f079372df8873 (patch)
tree04acc86e1f681a674beab371226cb8b2d6cff061 /recipes/pyphonelog
parent22d894cdeb5135311a628fc8bcb68c190d87aaff (diff)
downloadopenembedded-c34f24f7051c63d1656d2462980f079372df8873.tar.gz
pyphonelog: new recipe from SHR
Diffstat (limited to 'recipes/pyphonelog')
-rw-r--r--recipes/pyphonelog/pyphonelog_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/pyphonelog/pyphonelog_git.bb b/recipes/pyphonelog/pyphonelog_git.bb
new file mode 100644
index 0000000000..fafdffaf88
--- /dev/null
+++ b/recipes/pyphonelog/pyphonelog_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "PyPhonelog is a phonelog gui that connects to the shr daemon/a custom daemon"
+HOMEPAGE = "http://wiki.openmoko.org/wiki/PyPhonelog"
+SECTION = "x11/applications"
+LICENSE = "GPLv2"
+SRCNAME = "pyphonelog"
+RDEPENDS += "python python-pygtk python-sqlite3 python-phoneutils"
+
+inherit distutils
+
+S = "${WORKDIR}/git"
+PV = "0.17.0+gitr${SRCPV}"
+PR = "r0"
+SRC_URI = "git://shr.bearstech.com/repo/pyphonelog.git;protocol=http"
+FILES_${PN} += "${datadir}/applications/phonelog.desktop \
+ ${datadir}/phonelog/ \
+ ${datadir}/pixmaps/phonelog.png"