aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxmlccwrap/libxmlccwrap_0.0.12.bb
blob: 1860a85f878a8b738e31fb5aa7225dad32cf2bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "A small libxml2 c++ wrapper"
AUTHOR = "Jürgen Rinas <jrinas@gmx.de>"
HOMEPAGE = "http://www.ant.uni-bremen.de/whomes/rinas/libxmlccwrap/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "libxml2"

SRC_URI = "http://www.ant.uni-bremen.de/whomes/rinas/libxmlccwrap/download/${P}.tar.gz \
	   file://dont_build_unneeded.patch \
	   file://disable_libxslt.patch \
	   file://fix_assignment_operator.patch"

SRC_URI[md5sum] = "9f8bbad3452d704603246273b2dda758"
SRC_URI[sha256sum] = "38fb5f75f8b7dad1c8d535cc7b18ea9f1603e14a8b9256a2f60cf721513dc299"

inherit autotools

FILES_${PN} = "${libdir}/${P}${SOLIBSDEV}"
FILES_${PN}-dev = "${includedir} ${libdir}/${PN}${SOLIBSDEV} ${libdir}/*.la"