Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Tue, 5 Oct 2004 21:05:01 +0000 (21:05 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 5 Oct 2004 21:05:01 +0000 (21:05 +0000)
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

index bc4009e..d76619a 100644 (file)
@@ -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 <mickey@Vanille.de>"
 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
 }