aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/qscintilla/qscintilla_1.65-gpl-1.6.bb
blob: 1e1b3a4f448077a6ce89b1e52ed601d031d18e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DESCRIPTION = "Qt/Embedded bindings for the Scintilla source code editor component"
SECTION = "opie/libs"
LICENSE = "GPL"
PR = "r1"

SRC_URI = "http://www.mneuroth.de/privat/zaurus/qscintilla-${PV}_zaurus.tar.gz \
           file://no-external-lexers.patch;patchdir=..;striplevel=0"

S = "${WORKDIR}/qscintilla-${PV}/qt"

inherit opie

QMAKE_PROFILES = "qscintilla.pro"

EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${S}/patches \
                         DEFINES+=ZPATCH DEFINES+=ZAURUS \
			 HEADERS-=qextscintillaprinter.h \
			 SOURCES-=qextscintillaprinter.cpp \
			 SOURCES+=patches/qsettings.cpp \
			 SOURCES+=patches/qsettings_unix.cpp \
			 HEADERS+=patches/qsettings.h"

PARALLEL_MAKE = ""

do_install() {
	install -d ${D}${libdir} ${D}${includedir}
	oe_libinstall -so libqscintilla ${D}${libdir}
	install -m 0644 qextscintilla*.h ${D}${includedir}/
}

FILES_${PN} = "${libdir}"

SRC_URI[md5sum] = "999d3a8b916cd1ef13a66843f6f26db7"
SRC_URI[sha256sum] = "e828dc4aaa7948eafee343e70190dd8003498d50d9258d75d47f05f9970683db"