DESCRIPTION = "Python QWT Bindings, QtE edition" HOMEPAGE = "http://www.vanille.de/projects/python.spy" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" RDEPENDS = "python-core python-sip python-pyqt (>=${PV}) python-numeric qwt" DEPENDS = "virtual/libqte2 python-numeric python-pyqt qwt" SRCNAME = "pyqwt" PR = "ml3" SRC_URI = "http://www.vanille.de/mirror/PyQwt-20040118.tar.gz \ file://qt2.x-compat.patch;patch=1 \ file://features" S = "${WORKDIR}/PyQwt-20040118" inherit qmake sip distutils-base QMAKE_PROFILES = "pyqwt.pro" EXTRA_SIPTAGS = "-tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1" SIP_MODULES = "qwt" SIP_FEATURES = "${WORKDIR}/features" EXTRA_OEMAKE = " MAKEFLAGS= " EXTRA_QMAKEVARS_POST += "CONFIG=qt CONFIG+=warn_on CONFIG+=release \ TARGET=qwt DESTDIR= VERSION=1.0.0 \ DEFINES=SIP_MAKE_DLL DEFINES+=SIP_QT_SUPPORT DEFINES+=HAS_NUMERIC DEFINES+=QWS \ INCLUDEPATH+=../numpy \ INCLUDEPATH+=${STAGING_INCDIR}/${PYTHON_DIR} \ INCLUDEPATH+=${STAGING_INCDIR} \ LIBS+=-L${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages \ LIBS+=-L${QTDIR}/lib LIBS+=-lqte LIBS+=-lqpe " do_generate_prepend() { echo -e "TEMPLATE=subdirs\nSUBDIRS=qwt\n" >pyqwt.pro echo "%Makefile qwt.pro.in" >>sip/qwtmod.sip echo "TEMPLATE=lib" >>sip/qwtmod.sip echo 'SOURCES = $B' >>sip/qwtmod.sip echo 'HEADERS = $H' >>sip/qwtmod.sip echo "%End" >>sip/qwtmod.sip mkdir -p sip/qwt/ mv sip/*.* sip/qwt/ } do_stage() { install -d ${STAGING_SIPDIR}/qt/ for module in ${SIP_MODULES} do install -m 0644 ${S}/sip/${module}/*.sip ${STAGING_SIPDIR}/qt/ install -m 0755 ${module}/lib${module}.so ${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages/${module}.so done } do_install() { install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/ for module in ${SIP_MODULES} do install -m 0755 ${module}/lib${module}.so ${D}${libdir}/${PYTHON_DIR}/site-packages/${module}.so done } FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages" size='10' name='q' value=''/>
path: root/packages/pwc
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther4
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther4
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe5
2008-02-28pwc: Improve staging variablesRichard Purdie1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie4
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi4
2006-04-29pwc: added pwc_10.0.12-rc1 release, fixed buildFrans Meulenbroeks3
2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler1
2005-10-29packages/pwc: added pwc_10.0.9-rc1 releaseFrans Meulenbroeks3
2005-07-25Added /dev/video to openslug device_table.txtRod Whitby3
2005-06-30import clean BK tree at cset 1.3670Koen Kooi4
2005-04-28Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net3
2005-03-17Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com1
2005-03-12Merge http://oe-devel.bkbits.net/openembeddedg2@giantshoulder.com2