aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-pyqwt_3.10.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-pyqwt_3.10.oe')
-rw-r--r--python/python-pyqwt_3.10.oe28
1 files changed, 14 insertions, 14 deletions
diff --git a/python/python-pyqwt_3.10.oe b/python/python-pyqwt_3.10.oe
index 33f27d628a..89219b1f04 100644
--- a/python/python-pyqwt_3.10.oe
+++ b/python/python-pyqwt_3.10.oe
@@ -1,16 +1,16 @@
-DESCRIPTION="Python QWT Bindings"
-SECTION=base
-PRIORITY=optional
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-LICENSE=GPL"
-RDEPENDS=python-core python-pyqt (${PV}) python-numeric qwt
-DEPENDS=virtual/libc virtual/libqte2 python-numeric python-pyqt qwt
-SRCNAME=pyqwt
+DESCRIPTION = "Python QWT Bindings"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+RDEPENDS = "python-core python-pyqt (${PV}) python-numeric qwt"
+DEPENDS = "virtual/libc virtual/libqte2 python-numeric python-pyqt qwt"
+SRCNAME = "pyqwt"
SRC_URI = http://pyqwt.sourceforge.net/snapshot/PyQwt-20040118.tar.gz \
file://${FILESDIR}/qt2.x-compat.patch;patch=1 \
file://${FILESDIR}/qtmod-sip-staging.patch;patch=1
-S = ${WORKDIR}/PyQwt-20040118
+S = "${WORKDIR}/PyQwt-20040118"
export QTDIR=${STAGING_DIR}/target
@@ -24,12 +24,12 @@ EXTRA_QMAKEVARS_POST = ' QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BIN
LIBS=-L${STAGING_LIBDIR}/python2.3/site-packages \
LIBS+=-L${STAGING_LIBDIR} LIBS+=-lqte LIBS+=-lqpe LIBS+=-lsip '
-PYTHON=${STAGING_BINDIR}/python
-SIP=${STAGING_BINDIR}/sip
-QMAKE=${STAGING_BINDIR}/qmake
-QMAKESPEC=${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-${TARGET_ARCH}-g++
+PYTHON = "${STAGING_BINDIR}/python"
+SIP = "${STAGING_BINDIR}/sip"
+QMAKE = "${STAGING_BINDIR}/qmake"
+QMAKESPEC = "${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-${TARGET_ARCH}-g++"
-MODULES=qwt
+MODULES = "qwt"
do_configure_prepend() {
echo "%Makefile qwt.pro" >>sip/qwtmod.sip