aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/qscintilla/qscintilla_1.60-gpl-1.3b.bb
blob: a1b11d8f34d89d582b4de86cec24dfd00337ff51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Qt/Embedded bindings for the Scintilla source code editor component"
SECTION = "opie/libs"
LICENSE = "GPL"
PR = "r0"

SRC_URI = "http://www.mneuroth.de/privat/zaurus/qscintilla-${PV}_zaurus.tar.gz"
S = "${WORKDIR}/qscintilla-1.60-gpl-1.3/qt"

inherit opie

QMAKE_PROFILES = "qscintilla.pro"

do_install() {
	install -m 0644 qextscintilla*.h ${D}${includedir}/
	install -m 0644 libqscintilla.a ${D}${includedir}/
}

SRC_URI[md5sum] = "44939519d6623596d874b73695176fef"
SRC_URI[sha256sum] = "605ce768faedaebcfcff86c3e720c23a114f63850c4f4e975f83de01171a89e0"