diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 06:50:25 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 06:50:25 +0000 |
commit | 5fa324a7bc6c6f5877477e9b87793691cfded6f1 (patch) | |
tree | 38698e10f522f6e4a16928dd4c7d2a44e52d4bae /packages/python/python-pygoogle_0.6.bb | |
parent | 12d1829e257feeec8cff59d83555a35782d47f67 (diff) |
python-pygoogle: add HOMEPAGE
Diffstat (limited to 'packages/python/python-pygoogle_0.6.bb')
-rw-r--r-- | packages/python/python-pygoogle_0.6.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/python/python-pygoogle_0.6.bb b/packages/python/python-pygoogle_0.6.bb index 87e264be6b..2682d4ffd8 100644 --- a/packages/python/python-pygoogle_0.6.bb +++ b/packages/python/python-pygoogle_0.6.bb @@ -2,10 +2,12 @@ DESCRIPTION = "This module is a wrapper for the Google Web APIs. \ It allows you to do Google searches, retrieve pages from the \ Google cache, and ask Google for spelling suggestions." SECTION = "devel/python" +HOMEPAGE = "http://pygoogle.sourceforge.net/" PRIORITY = "optional" LICENSE = "PSF" -RDEPENDS = "python-core python-soappy" +RDEPENDS = "python-soappy" SRCNAME = "pygoogle" +PR = "ml0" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" |