summaryrefslogtreecommitdiff
path: root/opensp/opensp_1.5.oe
blob: 3daf49d6f6f2634483af44d85ddb7c73e692268b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DEPENDS = "virtual/libc"
DESCRIPTION = "OpenSP is a library and a set of tools \
for validating, parsing, and manipulating SGML and \
XML documents."

SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \
	   file://${FILESDIR}/m4.patch;patch=1 \
	   file://${FILESDIR}/attributevalue.patch;patch=1"
S = "${WORKDIR}/OpenSP-${PV}"

inherit autotools libtool

do_stage () {
	install -m 0755 lib/.libs/libosp.a ${STAGING_LIBDIR}/libosp.so.a
	install -m 0755 lib/.libs/libosp.lai ${STAGING_LIBDIR}/libosp.la
	oe_soinstall lib/.libs/libosp.so.3.0.0 ${STAGING_LIBDIR}/
	install -d ${STAGING_INCDIR}/OpenSP
	install -m 0644 ${S}/include/*.h ${STAGING_INCDIR}/OpenSP/
	install -m 0644 ${S}/include/*.cxx ${STAGING_INCDIR}/OpenSP/
	install -m 0644 ${S}/config.h ${STAGING_INCDIR}/OpenSP/config.h
}