aboutsummaryrefslogtreecommitdiffstats
path: root/libsigc++/libsigc++_1.2.5.oe
blob: ce7826d98595388a3e2ae81d35a80d9de7c7e7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "A library for loose coupling of C++ method calls"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libc"

SRC_URI = "${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz"

inherit autotools libtool pkgconfig

acpaths = "-I ${S}/scripts"

do_stage() {
	oe_libinstall -so -C sigc++ libsigc-1.2 ${STAGING_LIBDIR}

	install -d ${STAGING_INCDIR}/sigc++/
	for f in sigc++/*.h
	do
		install -m 0644 $f ${STAGING_INCDIR}/sigc++/
	done
}