diff options
Diffstat (limited to 'python/sgmlop_1.1.oe')
-rw-r--r-- | python/sgmlop_1.1.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/sgmlop_1.1.oe b/python/sgmlop_1.1.oe index e69de29bb2..ca2aeba085 100644 --- a/python/sgmlop_1.1.oe +++ b/python/sgmlop_1.1.oe @@ -0,0 +1,13 @@ +DESCRIPTION="Pythonware Fast SGML Parser for Python" +SECTION="base" +PRIORITY="optional" +MAINTAINER="Michael Lauer <mickey@Vanille.de>" +RDEPENDS="libc6 python-core" +DEPENDS=virtual/libc python + +SRC_URI = http://www.vanille.de/mirror/${P}.tar.bz2 + +inherit distutils + +FILES_sgmlop_append = ${PYFILES} + |