Merge remote-tracking branch 'dm/opendreambox-1.6' into test_0701
[vuplus_openembedded] / recipes / python / python-urlgrabber_3.1.0.bb
1 DESCRIPTION = "urlgrabber is a pure python package that drastically simplifies the fetching of files."
2 HOMEPAGE = "http://linux.duke.edu/projects/urlgrabber/"
3 SECTION = "devel/python"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6 PR = "r0"
7
8 SRC_URI = "http://linux.duke.edu/projects/urlgrabber/download/urlgrabber-${PV}.tar.gz"
9 S = "${WORKDIR}/urlgrabber-${PV}"
10
11 inherit distutils