aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-sgmlop_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-sgmlop_1.1.bb')
-rw-r--r--recipes/python/python-sgmlop_1.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/python/python-sgmlop_1.1.bb b/recipes/python/python-sgmlop_1.1.bb
new file mode 100644
index 0000000000..dab075cc3b
--- /dev/null
+++ b/recipes/python/python-sgmlop_1.1.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Pythonware Fast SGML Parser for Python"
+SECTION = "devel/python"
+PRIORITY = "optional"
+SRCNAME = "sgmlop"
+LICENSE = "${PN}"
+
+inherit distutils
+
+SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2"
+S = "${WORKDIR}/${SRCNAME}-${PV}"