Another pass of .oe cleanups.
[vuplus_openembedded] / opensp / opensp_1.5.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "OpenSP is a library and a set of tools \
4 for validating, parsing, and manipulating SGML and \
5 XML documents."
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \
8            file://${FILESDIR}/m4.patch;patch=1 \
9            file://${FILESDIR}/attributevalue.patch;patch=1"
10 S = "${WORKDIR}/OpenSP-${PV}"
11
12 inherit autotools libtool
13
14 do_stage () {
15         install -m 0755 lib/.libs/libosp.a ${STAGING_LIBDIR}/libosp.so.a
16         install -m 0755 lib/.libs/libosp.lai ${STAGING_LIBDIR}/libosp.la
17         oe_soinstall lib/.libs/libosp.so.3.0.0 ${STAGING_LIBDIR}/
18         install -d ${STAGING_INCDIR}/OpenSP
19         install -m 0644 ${S}/include/*.h ${STAGING_INCDIR}/OpenSP/
20         install -m 0644 ${S}/include/*.cxx ${STAGING_INCDIR}/OpenSP/
21         install -m 0644 ${S}/config.h ${STAGING_INCDIR}/OpenSP/config.h
22 }