Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: H Hartley Sweeten <hartleys@visionengravers.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add libsigc++ package
Date: Mon, 29 Nov 2010 18:22:20 -0700	[thread overview]
Message-ID: <201011291822.20672.hartleys@visionengravers.com> (raw)

Add support for the libsigc++ library.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>

---

diff --git a/package/Config.in b/package/Config.in
index 03e580a..1f6f7c1 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -322,6 +322,7 @@ source "package/libevent/Config.in"
 source "package/libfloat/Config.in"
 source "package/libglib2/Config.in"
 source "package/liboil/Config.in"
+source "package/libsigc++/Config.in"
 source "package/startup-notification/Config.in"
 endmenu
 
diff --git a/package/libsigc++/Config.in b/package/libsigc++/Config.in
new file mode 100644
index 0000000..8ec674c
--- /dev/null
+++ b/package/libsigc++/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LIBSIGC
+	bool "libsigc++"
+	help
+	  libsigc++ implements a typesafe callback system for standard C++.
+	  It allows you to define signals and to connect those signals to
+	  any callback function, either global or a member function,
+	  regardless of whether it is static or virtual.
+
+	  http://libsigc.sourceforge.net/
diff --git a/package/libsigc++/libsigc.mk b/package/libsigc++/libsigc.mk
new file mode 100644
index 0000000..640c803
--- /dev/null
+++ b/package/libsigc++/libsigc.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# libsigc++
+#
+#############################################################
+LIBSIGC_VERSION = 2.2.8
+LIBSIGC_SOURCE = libsigc++-$(LIBSIGC_VERSION).tar.bz2
+LIBSIGC_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2
+LIBSIGC_LIBTOOL_PATCH = NO
+LIBSIGC_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS,package,libsigc))

             reply	other threads:[~2010-11-30  1:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-30  1:22 H Hartley Sweeten [this message]
2011-01-15 15:26 ` [Buildroot] [PATCH] Add libsigc++ package Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201011291822.20672.hartleys@visionengravers.com \
    --to=hartleys@visionengravers.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox