aboutsummaryrefslogtreecommitdiffstats
path: root/openjade/openjade-native_1.3.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'openjade/openjade-native_1.3.2.oe')
-rw-r--r--openjade/openjade-native_1.3.2.oe29
1 files changed, 0 insertions, 29 deletions
diff --git a/openjade/openjade-native_1.3.2.oe b/openjade/openjade-native_1.3.2.oe
deleted file mode 100644
index 6d7f0a8742..0000000000
--- a/openjade/openjade-native_1.3.2.oe
+++ /dev/null
@@ -1,29 +0,0 @@
-SECTION = "unknown"
-DEPENDS = "patcher-native opensp-native sgml-common-native"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \
- file://configure.patch;patch=1"
-S = "${WORKDIR}/openjade-${PV}"
-
-inherit autotools native
-
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openjade-${PV}"
-PACKAGES = ""
-
-EXTRA_OECONF = "--enable-spincludedir=${STAGING_INCDIR}/OpenSP \
- --enable-splibdir=${STAGING_LIBDIR}"
-acpaths = "-I ${S}/config"
-CFLAGS_prepend = "-I${S}/include"
-
-do_configure () {
- mv config/configure.in .
- gnu-configize
- oe_runconf
-}
-
-do_stage () {
- install -m 0755 ${S}/jade/.libs/openjade ${STAGING_BINDIR}/openjade
- oe_libinstall -a -so -C style libostyle ${STAGING_LIBDIR}
- oe_libinstall -a -so -C spgrove libospgrove ${STAGING_LIBDIR}
- oe_libinstall -a -so -C grove libogrove ${STAGING_LIBDIR}
-}