First pass of .oe cleanups.
[openembedded.git] / python / python-crypto_1.9a6.oe
index 8041a59..c78edfd 100644 (file)
@@ -1,12 +1,12 @@
-DESCRIPTION="A collection of cryptographic algorithms and protocols"
-SECTION=base
-PRIORITY=optional
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-RDEPENDS=libc6 python-core gmp
-DEPENDS=virtual/libc gmp
-SRCNAME=pycrypto
+DESCRIPTION = "A collection of cryptographic algorithms and protocols"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+RDEPENDS = "libc6 python-core gmp"
+DEPENDS = "virtual/libc gmp"
+SRCNAME = "pycrypto"
 
 SRC_URI = http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz
-S = ${WORKDIR}/${SRCNAME}-${PV}
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils