summaryrefslogtreecommitdiff
path: root/python/python-mad_0.5.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-mad_0.5.1.oe')
-rw-r--r--python/python-mad_0.5.1.oe16
1 files changed, 8 insertions, 8 deletions
diff --git a/python/python-mad_0.5.1.oe b/python/python-mad_0.5.1.oe
index d66ef530c7..08072f732b 100644
--- a/python/python-mad_0.5.1.oe
+++ b/python/python-mad_0.5.1.oe
@@ -1,13 +1,13 @@
-DESCRIPTION=Python libmad Bindings
-SECTION=base
-PRIORITY=optional
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-RDEPENDS=libc6 python-core libmad
-DEPENDS=virtual/libc libmad
-SRCNAME=pymad
+DESCRIPTION = "Python libmad Bindings"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+RDEPENDS = "libc6 python-core libmad"
+DEPENDS = "virtual/libc libmad"
+SRCNAME = "pymad"
SRC_URI = http://spacepants.org/src/pymad/download/${SRCNAME}-${PV}.tar.gz
-S = ${WORKDIR}/${SRCNAME}-${PV}
+S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils