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:
Richard Purdie
2008-08-25 20:44:13 +00:00
parent bb6a165c58
commit 2b67142f3b
6 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
DESCRIPTION = "iniparse is a INI parser for Python"
HOMEPAGE = "http://code.google.com/p/iniparse/"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r0"
SRC_URI = "http://iniparse.googlecode.com/files/iniparse-${PV}.tar.gz"
S = "${WORKDIR}/iniparse-${PV}"
inherit distutils