blob: 619205197786f6aab5d8a89f89dd8ed00307e395 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
acpaths = "-I ${S}/scripts"
|