mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2 1/2] cxxtools: Add host package
@ 2014-02-18  7:09 Bernhard Sessler
  2014-02-18  7:09 ` [ptxdist] [PATCH v2 2/2] tntnet: " Bernhard Sessler
  2014-02-18  7:21 ` [ptxdist] [PATCH v2 1/2] cxxtools: " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Bernhard Sessler @ 2014-02-18  7:09 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de>
---
 rules/host-cxxtools.in   |  6 ++++++
 rules/host-cxxtools.make | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 rules/host-cxxtools.in
 create mode 100644 rules/host-cxxtools.make

diff --git a/rules/host-cxxtools.in b/rules/host-cxxtools.in
new file mode 100644
index 0000000..b597311
--- /dev/null
+++ b/rules/host-cxxtools.in
@@ -0,0 +1,6 @@
+## SECTION=hosttools_noprompt
+## SECTION=hosttools_platform
+
+config HOST_CXXTOOLS
+	tristate
+	default ALLYES
diff --git a/rules/host-cxxtools.make b/rules/host-cxxtools.make
new file mode 100644
index 0000000..abf93ca
--- /dev/null
+++ b/rules/host-cxxtools.make
@@ -0,0 +1,38 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Bernhard Seßler <bernhard.sessler@corscience.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_CXXTOOLS) += host-cxxtools
+
+#
+# Paths and names
+#
+HOST_CXXTOOLS_VERSION	:= 2.2.1
+HOST_CXXTOOLS_MD5		:= aab00068ae5237435b37ac86f2ac7576
+HOST_CXXTOOLS		:= cxxtools-$(HOST_CXXTOOLS_VERSION)
+HOST_CXXTOOLS_SUFFIX	:= tar.gz
+HOST_CXXTOOLS_URL		:= http://www.tntnet.org/download/$(HOST_CXXTOOLS).$(HOST_CXXTOOLS_SUFFIX)
+HOST_CXXTOOLS_SOURCE	:= $(SRCDIR)/$(HOST_CXXTOOLS).$(HOST_CXXTOOLS_SUFFIX)
+HOST_CXXTOOLS_DIR		:= $(HOST_BUILDDIR)/$(HOST_CXXTOOLS)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_CXXTOOLS_CONF_TOOL	:= autoconf
+HOST_CXXTOOLS_CONF_OPT	:= \
+	$(HOST_AUTOCONF) \
+	--disable-dependency-tracking \
+	--disable-unittest \
+	--disable-demos
+
+# vim: syntax=make
-- 
1.8.3.2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-18  7:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-18  7:09 [ptxdist] [PATCH v2 1/2] cxxtools: Add host package Bernhard Sessler
2014-02-18  7:09 ` [ptxdist] [PATCH v2 2/2] tntnet: " Bernhard Sessler
2014-02-18  7:21 ` [ptxdist] [PATCH v2 1/2] cxxtools: " Michael Olbrich
2014-02-18  7:41   ` Bernhard Seßler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox