Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / python / python-pygoogle_0.6.oe
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 PRIORITY = "optional"
6 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
7 RDEPENDS = "python-core python-soappy"
8 SRCNAME = "pygoogle"
9
10 SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 S = "${WORKDIR}/${SRCNAME}-${PV}"
12
13 inherit distutils
14