aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qscintilla
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/qscintilla
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/qscintilla')
-rw-r--r--packages/qscintilla/.mtn2git_empty0
-rw-r--r--packages/qscintilla/qscintilla_1.60-gpl-1.3.bb17
-rw-r--r--packages/qscintilla/qscintilla_1.60-gpl-1.3b.bb17
3 files changed, 34 insertions, 0 deletions
diff --git a/packages/qscintilla/.mtn2git_empty b/packages/qscintilla/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/qscintilla/.mtn2git_empty
diff --git a/packages/qscintilla/qscintilla_1.60-gpl-1.3.bb b/packages/qscintilla/qscintilla_1.60-gpl-1.3.bb
index e69de29bb2..aff9c5b9cf 100644
--- a/packages/qscintilla/qscintilla_1.60-gpl-1.3.bb
+++ b/packages/qscintilla/qscintilla_1.60-gpl-1.3.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Qt/Embedded bindings for the Scintilla source code editor component"
+SECTION = "opie/libs"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI = "http://www.mneuroth.de/privat/zaurus/qscintilla-${PV}_zaurus.tar.gz"
+S = "${WORKDIR}/qscintilla-${PV}/qt"
+
+inherit opie
+
+QMAKE_PROFILES = "qscintilla.pro"
+
+do_stage() {
+ install -m 0644 qextscintilla*.h ${STAGING_INCDIR}/
+ install -m 0644 libqscintilla.a ${STAGING_LIBDIR}/
+}
diff --git a/packages/qscintilla/qscintilla_1.60-gpl-1.3b.bb b/packages/qscintilla/qscintilla_1.60-gpl-1.3b.bb
index e69de29bb2..297f504dbd 100644
--- a/packages/qscintilla/qscintilla_1.60-gpl-1.3b.bb
+++ b/packages/qscintilla/qscintilla_1.60-gpl-1.3b.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Qt/Embedded bindings for the Scintilla source code editor component"
+SECTION = "opie/libs"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+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_stage() {
+ install -m 0644 qextscintilla*.h ${STAGING_INCDIR}/
+ install -m 0644 libqscintilla.a ${STAGING_LIBDIR}/
+}