blob: 61bef7a107c11bbd7ffe2c6d754ba4e27a982af4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION="Pythonware Fast SGML Parser for Python"
SECTION="base"
PRIORITY="optional"
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
RDEPENDS="libc6 python-core"
DEPENDS=virtual/libc
SRC_URI = http://www.vanille.de/mirror/${P}.tar.bz2
inherit distutils
|