enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / python / python-blipapi_0.02.04.bb
1 DESCRIPTION = "Library to communicate with blip.pl API"
2 AUTHOR = "Marcin Sztolcman <marcin@urzenia.net>"
3 HOMEPAGE = "http://blipapi.googlecode.com/"
4 DEPENDS = "python-setuptools"
5 LICENSE = "GPL"
6 RDEPENDS += "python-json"
7 PR = "r0"
8 inherit setuptools
9
10 SRC_URI = "http://blipapi.googlecode.com/files/BlipApiPY-0.02.04.tar.bz2"
11 S = "${WORKDIR}/blipapi"
12