aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-blipapi_0.02.04.bb
blob: bc8ad588008ac9c1db31b5010dd3142c10ede8b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Library to communicate with blip.pl API"
AUTHOR = "Marcin Sztolcman <marcin@urzenia.net>"
HOMEPAGE = "http://blipapi.googlecode.com/"
DEPENDS = "python-setuptools"
LICENSE = "GPL"
RDEPENDS += "python-json"
PR = "r0"
inherit setuptools

SRC_URI = "http://blipapi.googlecode.com/files/BlipApiPY-0.02.04.tar.bz2"
S = "${WORKDIR}/blipapi"