From: kiwi <gregd72002@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/8] Adding janus-gateway and dependencies
Date: Tue, 9 Dec 2014 21:23:21 +0000 [thread overview]
Message-ID: <1418160208-1569-1-git-send-email-gregd72002@gmail.com> (raw)
From: Gregory Dymarek <gregd72002@gmail.com>
Signed-off-by: Gregory Dymarek <gregd72002@gmail.com>
---
package/ding-libs/Config.in | 14 ++++++++++++++
package/ding-libs/ding-libs.mk | 16 ++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 package/ding-libs/Config.in
create mode 100644 package/ding-libs/ding-libs.mk
diff --git a/package/ding-libs/Config.in b/package/ding-libs/Config.in
new file mode 100644
index 0000000..4840c51
--- /dev/null
+++ b/package/ding-libs/Config.in
@@ -0,0 +1,14 @@
+config BR2_PACKAGE_DING_LIBS
+ bool "ding-libs"
+ select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
+ help
+ DING-LIBS (DING Is Not Glib) are a set of small, useful libraries that SSSD uses and makes available to other projects. They provide:
+ dhash - A dynamic hash table
+ ini_config - A library for parsing and managing INI files
+ path_utils - Manage UNIX paths and subsets of paths
+ collection - A generic, hierarchical grouping mechanism for complex data sets
+ ref_array - A dynamically-growing, reference-counted array
+ libbasicobjects - A set of fundamental object types for C
+
+ https://git.fedorahosted.org/git/ding-libs.git
diff --git a/package/ding-libs/ding-libs.mk b/package/ding-libs/ding-libs.mk
new file mode 100644
index 0000000..c49a9b7
--- /dev/null
+++ b/package/ding-libs/ding-libs.mk
@@ -0,0 +1,16 @@
+#############################################################
+#
+# ding-libs
+#
+#############################################################
+DING_LIBS_VERSION = 0_4_0
+DING_LIBS_SOURCE = ding_libs-$(DING_LIBS_VERSION).tar.xz
+DING_LIBS_SITE = https://git.fedorahosted.org/cgit/ding-libs.git/snapshot
+DING_LIBS_DEPENDENCIES = $(if !$(BR2_ENABLE_LOCALE),libiconv) $(if $(BR2_NEEDS_GETTEXT),gettext)
+DING_LIBS_AUTORECONF = YES
+DING_LIBS_INSTALL_STAGING = YES
+DING_LIBS_LICENSE = GPLv3
+DING_LIBS_LICENSE_FILES = COPYING
+DING_LIBS_MAKE=$(MAKE1)
+
+$(eval $(autotools-package))
--
1.9.1
next reply other threads:[~2014-12-09 21:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-09 21:23 kiwi [this message]
2014-12-09 21:23 ` [Buildroot] [PATCH 2/8] Adding gengetopt kiwi
2014-12-09 21:23 ` [Buildroot] [PATCH 3/8] Adding libnice kiwi
2014-12-09 21:23 ` [Buildroot] [PATCH 4/8] Adding libsrtp kiwi
2014-12-09 21:23 ` [Buildroot] [PATCH 5/8] Adding libwebsock kiwi
2014-12-09 21:23 ` [Buildroot] [PATCH 6/8] Adding sofia-sip kiwi
2014-12-10 16:26 ` Björn Kirchner
2014-12-09 21:23 ` [Buildroot] [PATCH 7/8] Adding janus-gateway kiwi
2014-12-09 21:23 ` [Buildroot] [PATCH 8/8] Adding entries to Config.in and Config.in.host kiwi
2014-12-10 17:01 ` Vicente Olivert Riera
2014-12-10 17:04 ` [Buildroot] [PATCH 1/8] Adding janus-gateway and dependencies Vicente Olivert Riera
2014-12-10 17:23 ` Gregory Dymarek
2014-12-10 17:25 ` Vicente Olivert Riera
2014-12-10 20:38 ` Thomas Petazzoni
2014-12-10 22:19 ` Yann E. MORIN
-- strict thread matches above, loose matches on Subject: below --
2014-12-09 21:11 kiwi
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=1418160208-1569-1-git-send-email-gregd72002@gmail.com \
--to=gregd72002@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.