Another pass of .oe cleanups.
[vuplus_openembedded] / python / python-soappy_0.11.3.oe
1 DESCRIPTION = "Python SOAP Bindings"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 RDEPENDS = "libc6 python-core python-xml python-fpconst"
6 DEPENDS = "virtual/libc"
7 SRCNAME = "SOAPpy"
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/pywebsvcs/${SRCNAME}-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils
13
14 # *cough*, yes this is a bit hackish.. but for now ;)
15
16 do_compile_prepend() {
17         install -m 0644 ${FILESDIR}/fpconst.py ${S}/SOAPpy/fpconst.py
18 }