aboutsummaryrefslogtreecommitdiffstats
path: root/qscintilla
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-09-27 20:05:10 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-09-27 20:05:10 +0000
commit2cd8784dc7894d9a1f21da04a9720d849a3bb378 (patch)
treeb3e810541befcd7a27aa2cba144240cc323ebff1 /qscintilla
parent438c62835ecf2cd882352d06c19a1cf79d8e5d33 (diff)
downloadopenembedded-2cd8784dc7894d9a1f21da04a9720d849a3bb378.tar.gz
qscintilla: fixed source location
BKrev: 41587276iQH3mNh1Y-U3YUQfiITdJw
Diffstat (limited to 'qscintilla')
-rw-r--r--qscintilla/qscintilla_1.60-gpl-1.3.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/qscintilla/qscintilla_1.60-gpl-1.3.oe b/qscintilla/qscintilla_1.60-gpl-1.3.oe
index e69de29bb2..023e179d0b 100644
--- a/qscintilla/qscintilla_1.60-gpl-1.3.oe
+++ b/qscintilla/qscintilla_1.60-gpl-1.3.oe
@@ -0,0 +1,16 @@
+DESCRIPTION = "Qt bindings for the Scintilla source code editor component"
+SECTION = "libs"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+
+SRC_URI = "http://www.mneuroth.de/privat/zaurus/qscintilla-${PV}_zaurus.tar.gz"
+S = "${WORKDIR}/qscintilla-${PV}/qt"
+
+inherit qmake
+
+QMAKE_PROFILES = "qscintilla.pro"
+EXTRA_QMAKEVARS_POST = "DESTDIR=${S}"
+
+do_stage() {
+ install -m 0644 qextscintilla*.h ${STAGING_INCDIR}/
+ install -m 0644 libqscintilla.a ${STAGING_LIBDIR}/
+}