]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-pygoogle_0.6.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / 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 PRIORITY = "optional"
6 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
7 LICENSE = "PSF"
8 RDEPENDS = "python-core python-soappy"
9 SRCNAME = "pygoogle"
10
11 SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
12 S = "${WORKDIR}/${SRCNAME}-${PV}"
13
14 inherit distutils
15