Another pass of .oe cleanups.
[vuplus_openembedded] / libsigc++ / libsigc++_1.2.5.oe
1 DESCRIPTION = "A library for loose coupling of C++ method calls"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 DEPENDS = "virtual/libc"
5 RDEPENDS = "libc6"
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz"
8
9 inherit autotools libtool
10
11 acpaths = "-I ${S}/scripts"