[oe-commits] org.oe.dev libsigc++ : add 2.2.2

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:06:28 UTC 2008


libsigc++ : add 2.2.2

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3c94d9db3ba91b1d4e037bacbd0bce84e35642eb
ViewMTN: http://monotone.openembedded.org/revision/info/3c94d9db3ba91b1d4e037bacbd0bce84e35642eb
Files:
1
packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb
Diffs:

#
# mt diff -rcaacd312265b12ac8d99ad4cc98aa5b71a71615d -r3c94d9db3ba91b1d4e037bacbd0bce84e35642eb
#
#
#
# add_file "packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb"
#  content [551f14ec8f3a53dee6c78e79206b8a6f4cdc3fc7]
#
============================================================
--- packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb	551f14ec8f3a53dee6c78e79206b8a6f4cdc3fc7
+++ packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb	551f14ec8f3a53dee6c78e79206b8a6f4cdc3fc7
@@ -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
+}
+






More information about the Openembedded-commits mailing list