diff options
Diffstat (limited to 'packages/python/python-sgmlop_1.1.bb')
| -rw-r--r-- | packages/python/python-sgmlop_1.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/python/python-sgmlop_1.1.bb b/packages/python/python-sgmlop_1.1.bb index e69de29bb2..1d7ab30e02 100644 --- a/packages/python/python-sgmlop_1.1.bb +++ b/packages/python/python-sgmlop_1.1.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Pythonware Fast SGML Parser for Python" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +SRCNAME = "sgmlop" + +SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |
