diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /python/python-pyqwt_3.10.oe | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'python/python-pyqwt_3.10.oe')
-rw-r--r-- | python/python-pyqwt_3.10.oe | 28 |
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 |