summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-figlet.in5
-rw-r--r--rules/host-figlet.make23
2 files changed, 28 insertions, 0 deletions
diff --git a/rules/host-figlet.in b/rules/host-figlet.in
new file mode 100644
index 000000000..9fb6960d7
--- /dev/null
+++ b/rules/host-figlet.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_FIGLET
+ tristate
+ default ALLYES
diff --git a/rules/host-figlet.make b/rules/host-figlet.make
new file mode 100644
index 000000000..36a55463a
--- /dev/null
+++ b/rules/host-figlet.make
@@ -0,0 +1,23 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by Wolfram Sang <w.sang@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_FIGLET) += host-figlet
+
+# ----------------------------------------------------------------------------
+# Compile
+# ----------------------------------------------------------------------------
+
+HOST_FIGLET_MAKE_OPT := prefix=/
+HOST_FIGLET_INSTALL_OPT := prefix=/ install
+
+# vim: syntax=make