aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-urlgrabber_3.1.0.bb
blob: a8ccf8ae57b6968ae5d33613d498b9c04dea9e6f (plain)
1
2
3
4
5
6
7
8
9
10
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