From 60905953b24c0120bf3ab46b66faa11df80cf82d Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 5 Oct 2004 21:05:01 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/05 18:58:06+02:00 uni-frankfurt.de!mickeyl Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/05 14:28:38+02:00 uni-frankfurt.de!mickeyl Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/05 08:46:52+02:00 uni-frankfurt.de!mickeyl Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/04 23:10:05+02:00 uni-frankfurt.de!mickeyl Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/04 19:44:23+02:00 uni-frankfurt.de!mickeyl Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/04 16:41:44+02:00 uni-frankfurt.de!mickeyl improve klimt.oe BKrev: 41630c7dlaoVbS61IzD2zLZYIWqcgA --- klimt/klimt_0.6.1.oe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'klimt') diff --git a/klimt/klimt_0.6.1.oe b/klimt/klimt_0.6.1.oe index bc4009e71a..d76619a22e 100644 --- a/klimt/klimt_0.6.1.oe +++ b/klimt/klimt_0.6.1.oe @@ -1,22 +1,22 @@ -DESCRIPTION = "Klimt is a software OpenGL rendering library for Opie/Qtopia" -SECTION = "base" +DESCRIPTION = "Klimt is a software OpenGL rendering library for Qt/Embedded based Palmtop Environments" +SECTION = "opie/libs" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" -DEPENDS = "virtual/libqpe" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/klimt/klimt-src-${PV}.zip" S = "${WORKDIR}/klimt/build/LinuxQTE" -EXTRA_QMAKEVARS_POST = " QMAKE_CXXFLAGS+=-fpermissive DESTDIR=${STAGING_LIBDIR} " +EXTRA_QMAKEVARS_POST += " QMAKE_CXXFLAGS+=-fpermissive" -inherit palmtop +inherit opie do_stage() { -# libs already in staging + oe_libinstall -so libKlimt ${STAGING_LIBDIR}/ cp -a ${S}/../../include/* ${STAGING_INCDIR}/ } do_install() { - oe_libinstall -so -C ${STAGING_LIBDIR} libKlimt ${D}/${palmtopdir}/lib + oe_libinstall -so libKlimt ${D}/${palmtopdir}/lib } -- cgit 1.2.3-korg