mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
Add python-urlgrabber, python-iniparser, yum-metadata-parser and native varients
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5097 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
11
meta/packages/python/python-urlgrabber_3.1.0.bb
Normal file
11
meta/packages/python/python-urlgrabber_3.1.0.bb
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user