libsigc++ : add 2.2.2
authorKoen Kooi <koen@openembedded.org>
Tue, 12 Aug 2008 22:38:48 +0000 (22:38 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 12 Aug 2008 22:38:48 +0000 (22:38 +0000)
packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb [new file with mode: 0644]

diff --git a/packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb b/packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb
new file mode 100644 (file)
index 0000000..61d3484
--- /dev/null
@@ -0,0 +1,21 @@
+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 \
+          "
+
+S = "${WORKDIR}/libsigc++-${PV}"
+
+inherit autotools 
+
+EXTRA_AUTORECONF = "--exclude=autoheader"
+
+FILES_${PN}-dev += "${libdir}/sigc++-*/"
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage() {
+       autotools_stage_all
+}
+