summaryrefslogtreecommitdiffstats
path: root/rules/host-ncurses.make
diff options
context:
space:
mode:
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