diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:44:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-19 20:22:35 +0100 |
commit | 7fe23916b92d01915c7497edcac55fee9ab67091 (patch) | |
tree | dd59cf2fa6db9441813e098b1833bc101e046fe6 /recipes/python/python-urlgrabber_3.1.0.bb | |
parent | 5089082042e867cb6e660687bf55d7cef176b793 (diff) |
Add python-urlgrabber, python-iniparser, yum-metadata-parser and native variants (from Poky)
OE changes:
python-iniparse-native: use distutils_stage_all
python-urlgrabber-native: use distutils_stage_all
yum-metadata-parser-native: use distutils_stage_all
Diffstat (limited to 'recipes/python/python-urlgrabber_3.1.0.bb')
-rw-r--r-- | recipes/python/python-urlgrabber_3.1.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/python/python-urlgrabber_3.1.0.bb b/recipes/python/python-urlgrabber_3.1.0.bb new file mode 100644 index 0000000000..a8ccf8ae57 --- /dev/null +++ b/recipes/python/python-urlgrabber_3.1.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "urlgrabber is a pure python package that drastically simplifies the fetching of files." +HOMEPAGE = "http://linux.duke.edu/projects/urlgrabber/" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://linux.duke.edu/projects/urlgrabber/download/urlgrabber-${PV}.tar.gz" +S = "${WORKDIR}/urlgrabber-${PV}" + +inherit distutils |