First pass of .oe cleanups.
[openembedded.git] / python / python-ogg_1.3.oe
index 769e4a2..ae27176 100644 (file)
@@ -1,13 +1,13 @@
-DESCRIPTION=Python Ogg Vorbis Bindings
-SECTION=base
-PRIORITY=optional
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-RDEPENDS=libc6 python-core libogg
-DEPENDS=virtual/libc libogg
-SRCNAME=pyogg
+DESCRIPTION = "Python Ogg Vorbis Bindings"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+RDEPENDS = "libc6 python-core libogg"
+DEPENDS = "virtual/libc libogg"
+SRCNAME = "pyogg"
 
 SRC_URI = http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz
-S = ${WORKDIR}/${SRCNAME}-${PV}
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils