summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-09-02 14:47:37 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-09-03 16:01:23 +0200
commitd4b12a6e9a7530b06e7488f1b1845f566f7c0e34 (patch)
tree889aa2397bc8f520e3d84b7cadf2c3c0b44eab7c
parent92d9d6135e5d8e928f94df0233e9211258e37ff1 (diff)
downloadptxdist-d4b12a6e9a7530b06e7488f1b1845f566f7c0e34.tar.gz
ptxdist-d4b12a6e9a7530b06e7488f1b1845f566f7c0e34.tar.xz
host-figlet: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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