diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-05 21:05:01 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-05 21:05:01 +0000 |
commit | 60905953b24c0120bf3ab46b66faa11df80cf82d (patch) | |
tree | c97c4962fbc5b3c6e4cba4d01a8d8bd80477f726 /klimt | |
parent | 188ab489534c17279f9b9c7937c4c7b5c78d1471 (diff) |
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
Diffstat (limited to 'klimt')
-rw-r--r-- | klimt/klimt_0.6.1.oe | 14 |
1 files changed, 7 insertions, 7 deletions
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 <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 } |