From cb1ea5ec617a1e4884efd503d0c81c4e1d78523d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 4 Feb 2004 03:20:58 +0000 Subject: Merge kergoth@zelda.tuxnami.org:code/packages into linux.local:/home/kergoth/code/packages 2004/02/03 22:20:24-05:00 local!kergoth Fixing up a number of broken dependencies, mostly in the sdl and python packages. BKrev: 4020651aR4oStR4MoJkZuDG1TXRmtg --- qwt/qwt_4.2.0rc1.oe | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'qwt') diff --git a/qwt/qwt_4.2.0rc1.oe b/qwt/qwt_4.2.0rc1.oe index e69de29bb2..55ef61bc5f 100644 --- a/qwt/qwt_4.2.0rc1.oe +++ b/qwt/qwt_4.2.0rc1.oe @@ -0,0 +1,25 @@ +DESCRIPTION="Qt Widget Extension for Technical Applications" +SECTION="base" +PRIORITY="optional" +MAINTAINER="Michael Lauer " +LICENSE="GPL" +RDEPENDS="libqte2" +DEPENDS="virtual/libc virtual/libqte2" + +SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tgz + +inherit qmake + +EXTRA_QMAKEVARS_POST = "CONFIG-=thread" + +do_stage() { + oe_soinstall lib/libqwt.so.4.2.0 ${STAGING_LIBDIR} + cp -a include/* ${STAGING_INCDIR} +} + +do_install() { + install -d ${D}/{${libdir},${includedir}} + oe_soinstall lib/libqwt.so.4.2.0 ${D}/${libdir} + cp -a include/* ${D}/${includedir} +} + -- cgit v1.2.3