aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb
blob: 93c231d6e63797401028126d623405903e2a6bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "A library for loose coupling of C++ method calls"
SECTION = "libs"
PRIORITY = "optional"
PR = "r4"
LICENSE = "GPL LGPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz \
	   file://autofoo.patch \
	   file://fix-install.patch \
	   file://pkgconfig.patch"
S = "${WORKDIR}/libsigc++-${PV}"

inherit autotools pkgconfig

EXTRA_AUTORECONF = "--exclude=autoheader"

FILES_${PN}-dev += "${libdir}/sigc++-*/"

SRC_URI[md5sum] = "d0d1ffcae0eced97ef4f17ce0ba81352"
SRC_URI[sha256sum] = "dcd6d3ea9a2c185b5286f80eefe9ac1402036b8fa21cfc742442d99579bd2b3e"