summaryrefslogtreecommitdiff
path: root/recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb')
-rw-r--r--recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb b/recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb
new file mode 100644
index 0000000000..c4462309de
--- /dev/null
+++ b/recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "A library for loose coupling of C++ method calls"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL LGPL"
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz;name=archive \
+ "
+
+SRC_URI[archive.md5sum] = "755f31aa887d7ef63bc62366f6ecfc42"
+SRC_URI[archive.sha256sum] = "acc121b763373e790e474e946322a6cbe501314997ebb9212b283c8623b0b52e"
+
+S = "${WORKDIR}/libsigc++-${PV}"
+
+inherit autotools pkgconfig
+
+EXTRA_AUTORECONF = "--exclude=autoheader"
+
+FILES_${PN}-dev += "${libdir}/sigc++-*/"
+FILES_${PN}-doc += "${datadir}/devhelp"
+