aboutsummaryrefslogtreecommitdiffstats
path: root/qscintilla/qscintilla_1.60-gpl-1.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'qscintilla/qscintilla_1.60-gpl-1.3.oe')
-rw-r--r--qscintilla/qscintilla_1.60-gpl-1.3.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/qscintilla/qscintilla_1.60-gpl-1.3.oe b/qscintilla/qscintilla_1.60-gpl-1.3.oe
deleted file mode 100644
index aff9c5b9cf..0000000000
--- a/qscintilla/qscintilla_1.60-gpl-1.3.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-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}/
-}