libsigc++-2.0: add new version 2.2.8; this one features BBCLASSEXTENDS
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Fri, 14 Jan 2011 21:11:39 +0000 (22:11 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Fri, 14 Jan 2011 21:32:45 +0000 (22:32 +0100)
recipes/libsigc++-2.0/libsigc++-2.0_2.2.8.bb [new file with mode: 0644]

diff --git a/recipes/libsigc++-2.0/libsigc++-2.0_2.2.8.bb b/recipes/libsigc++-2.0/libsigc++-2.0_2.2.8.bb
new file mode 100644 (file)
index 0000000..f72140c
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "A library for loose coupling of C++ method calls"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL LGPL"
+DEPENDS = "mm-common"
+
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz;name=archive"
+S = "${WORKDIR}/libsigc++-${PV}"
+
+inherit autotools
+
+EXTRA_AUTORECONF = "--exclude=autoheader"
+
+FILES_${PN}-dev += "${libdir}/sigc++-*/"
+FILES_${PN}-doc += "${datadir}/devhelp"
+
+BBCLASSEXTEND = "native"