blob: c08d308c0adacf13339448858cd09906f61b8813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DESCRIPTION = "A lightweight C++ based library for XMLRPC applications"
HOMEPAGE = "http://ulxmlrpcpp.sf.net"
LICENSE = "LGPL"
SECTION = "libs"
DEPENDS = "expat"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/ulxmlrpcpp/ulxmlrpcpp-${PV}-src.tar.bz2 \
file://disable-docs.patch;patch=1"
inherit autotools
do_configure_prepend() {
install -d config
touch config/lib-prefix.m4 config/lib-link.m4 config/lib-ld.m4
}
LEAD_SONAME = "libulxmlrpcpp.so"
PACKAGES =+ "${PN}-examples ${PN}-contrib"
FILES_${PN}-examples = "${bindir}"
FILES_${PN}-contrib = "${libdir}/*contrib*"
|