summaryrefslogtreecommitdiffstats
path: root/rules/host-mxs-utils.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-06-24 14:44:51 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2011-07-04 18:17:55 +0200
commitdf9ae5418f5d5fe415767f114a4442fad239f156 (patch)
tree9e75ae71a96d5935662b1f23679e223ae9384fef /rules/host-mxs-utils.make
parentbe0b5bba06df8a4cae9c79b5473737afe1d83fa3 (diff)
downloadptxdist-df9ae5418f5d5fe415767f114a4442fad239f156.tar.gz
ptxdist-df9ae5418f5d5fe415767f114a4442fad239f156.tar.xz
host-mxs-utils: added new package
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/host-mxs-utils.make')
-rw-r--r--rules/host-mxs-utils.make36
1 files changed, 36 insertions, 0 deletions
diff --git a/rules/host-mxs-utils.make b/rules/host-mxs-utils.make
new file mode 100644
index 000000000..6286647d3
--- /dev/null
+++ b/rules/host-mxs-utils.make
@@ -0,0 +1,36 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by Robert Schwebel <r.schwebel@pengutronix.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_MXS_UTILS) += host-mxs-utils
+
+#
+# Paths and names
+#
+HOST_MXS_UTILS_VERSION := 2011.06.0
+HOST_MXS_UTILS_MD5 := 76d11ea92537061c8dee29ed29800fc8
+HOST_MXS_UTILS := mxs-utils-$(HOST_MXS_UTILS_VERSION)
+HOST_MXS_UTILS_SUFFIX := tar.bz2
+HOST_MXS_UTILS_URL := http://www.pengutronix.de/software/mxs-utils/download/$(HOST_MXS_UTILS).$(HOST_MXS_UTILS_SUFFIX)
+HOST_MXS_UTILS_SOURCE := $(SRCDIR)/$(HOST_MXS_UTILS).$(HOST_MXS_UTILS_SUFFIX)
+HOST_MXS_UTILS_DIR := $(HOST_BUILDDIR)/$(HOST_MXS_UTILS)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_MXS_UTILS_CONF_TOOL := autoconf
+
+# vim: syntax=make