increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-pygoogle_0.6.bb
1 DESCRIPTION = "This module is a wrapper for the Google Web APIs. \
2 It allows you to do Google searches, retrieve pages from the \
3 Google cache, and ask Google for spelling suggestions."
4 SECTION = "devel/python"
5 HOMEPAGE = "http://pygoogle.sourceforge.net/"
6 PRIORITY = "optional"
7 LICENSE = "PSF"
8 RDEPENDS = "python-soappy"
9 SRCNAME = "pygoogle"
10 PR = "ml1"
11
12 SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15 inherit distutils
16