summaryrefslogtreecommitdiffstats
path: root/rules/host-ncurses.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-19 16:09:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-19 16:31:42 +0200
commitba36cf1f18b98c66e2871a98361a75c3a1954911 (patch)
tree222ad06624a8fb3f1572f313194ccda9a8084a07 /rules/host-ncurses.make
parentb49a4d5343b8d98ef2296ee78b1d43e1620f865f (diff)
downloadptxdist-ba36cf1f18b98c66e2871a98361a75c3a1954911.tar.gz
ptxdist-ba36cf1f18b98c66e2871a98361a75c3a1954911.tar.xz
host-ncurses: re-add to provide 'tic'
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-ncurses.make')
-rw-r--r--rules/host-ncurses.make28
1 files changed, 28 insertions, 0 deletions
diff --git a/rules/host-ncurses.make b/rules/host-ncurses.make
new file mode 100644
index 000000000..62eaa85ea
--- /dev/null
+++ b/rules/host-ncurses.make
@@ -0,0 +1,28 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2008 by mol@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_NCURSES) += host-ncurses
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_NCURSES_CONF_TOOL := autoconf
+HOST_NCURSES_CONF_OPT = \
+ $(HOST_AUTOCONF) \
+ $(NCURSES_AUTOCONF_SHARED)
+
+# vim: syntax=make