First pass of .oe cleanups.
[openembedded.git] / python / python-sgmlop_1.1.oe
index 0be5776..b5885e1 100644 (file)
@@ -1,13 +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
-SRCNAME=sgmlop
+DESCRIPTION = "Pythonware Fast SGML Parser for Python"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+RDEPENDS = "libc6 python-core"
+DEPENDS = "virtual/libc"
+SRCNAME = "sgmlop"
 
 SRC_URI = http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2
-S = ${WORKDIR}/${SRCNAME}-${PV}
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils