diff options
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 |