dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / pyphonelog / pyphonelog_git.bb
1 DESCRIPTION = "PyPhonelog is a phonelog gui that connects to the shr daemon/a custom daemon"
2 HOMEPAGE = "http://wiki.openmoko.org/wiki/PyPhonelog"
3 SECTION = "x11/applications"
4 LICENSE = "GPLv2"
5 SRCNAME = "pyphonelog"
6 RDEPENDS += "python python-pygtk python-sqlite3 python-phoneutils"
7
8 inherit distutils
9
10 S = "${WORKDIR}/git"
11 PV = "0.17.0+gitr${SRCREV}"
12 PR = "r0"
13 SRC_URI = "git://shr.bearstech.com/repo/pyphonelog.git;protocol=http"
14 FILES_${PN} += "${datadir}/applications/phonelog.desktop \
15                 ${datadir}/phonelog/ \
16                 ${datadir}/pixmaps/phonelog.png"