matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / openjade / openjade_1.3.2.bb
blob547ca5f2aa0437950a4cbf961789b3376b6767bd
1 SECTION = "unknown"
2 DEPENDS = "opensp"
3 RDEPENDS_${PN} = "sgml-common"
4 DESCRIPTION = "OpenJade is a suite of tools for validating, \
5 processing, and applying DSSSL (Document Style Semantics and \
6 Specification Language) stylesheets to SGML and XML documents."
7 LICENSE = "BSD"
8 PR = "r1"
9 SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \
10 file://configure.patch"
12 inherit autotools
14 EXTRA_OECONF = "--enable-spincludedir=${STAGING_INCDIR}/OpenSP \
15 --enable-splibdir=${STAGING_LIBDIR}"
17 acpaths = "-I ${S}/config"
19 # Trailing whitespace is important. Otherwise compiler arguments will be messed
20 # up, resulting in a fail in do_configure.
21 CFLAGS_prepend = "-I${S}/include "
23 do_configure_prepend () {
24 mv config/configure.in .
27 do_stage () {
28 oe_libinstall -a -so -C style libostyle ${STAGING_LIBDIR}
29 oe_libinstall -a -so -C spgrove libospgrove ${STAGING_LIBDIR}
30 oe_libinstall -a -so -C grove libogrove ${STAGING_LIBDIR}
33 SRC_URI[md5sum] = "7df692e3186109cc00db6825b777201e"
34 SRC_URI[sha256sum] = "1d2d7996cc94f9b87d0c51cf0e028070ac177c4123ecbfd7ac1cb8d0b7d322d1"