First pass of .oe cleanups.
[openembedded.git] / python / python-pexpect_0.99.oe
index b06fd8c..e969a6d 100644 (file)
@@ -1,12 +1,12 @@
-DESCRIPTION=A Pure Python Expect like Module for Python
-SECTION=base
-PRIORITY=optional
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-RDEPENDS=libc6 python-core python-io python-terminal python-resource python-fcntl
-DEPENDS=virtual/libc
-SRCNAME=pexpect
+DESCRIPTION = "A Pure Python Expect like Module for Python"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+RDEPENDS = "libc6 python-core python-io python-terminal python-resource python-fcntl"
+DEPENDS = "virtual/libc"
+SRCNAME = "pexpect"
 
 SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tgz
-S = ${WORKDIR}/${SRCNAME}-${PV}
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils