aboutsummaryrefslogtreecommitdiffstats
path: root/openjade/openjade_1.3.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'openjade/openjade_1.3.2.oe')
-rw-r--r--openjade/openjade_1.3.2.oe26
1 files changed, 0 insertions, 26 deletions
diff --git a/openjade/openjade_1.3.2.oe b/openjade/openjade_1.3.2.oe
deleted file mode 100644
index a50600c94f..0000000000
--- a/openjade/openjade_1.3.2.oe
+++ /dev/null
@@ -1,26 +0,0 @@
-SECTION = "unknown"
-DEPENDS = "opensp"
-RDEPENDS = "sgml-common"
-DESCRIPTION = "OpenJade is a suite of tools for validating, \
-processing, and applying DSSSL (Document Style Semantics and \
-Specification Language) stylesheets to SGML and XML documents."
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \
- file://configure.patch;patch=1"
-
-inherit autotools
-
-EXTRA_OECONF = "--enable-spincludedir=${STAGING_INCDIR}/OpenSP \
- --enable-splibdir=${STAGING_LIBDIR}"
-acpaths = "-I ${S}/config"
-CFLAGS_prepend = "-I${S}/include"
-
-do_configure_prepend () {
- mv config/configure.in .
-}
-
-do_stage () {
- 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}
-}