summaryrefslogtreecommitdiffstats
path: root/rules/cmatrix.in
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-06-17 18:13:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-18 00:25:10 +0200
commit3e01616a61844192fb3944982ebe298aaa1f1052 (patch)
tree38caa0022918a4338bdda453f98fccabcbe2db46 /rules/cmatrix.in
parent544b49aaf590a7f0d923f099fff2f3a77f1b8976 (diff)
downloadptxdist-3e01616a61844192fb3944982ebe298aaa1f1052.tar.gz
ptxdist-3e01616a61844192fb3944982ebe298aaa1f1052.tar.xz
cmatrix: add new package
This is a must have tool for linux hackers. This tool isn't cross-compile friendly. The added patch removes the static filename check for consolefonts path. This is removed and should handeld by a select on KBD_CONSOLEFONTS. Another issue is that "make install-data-local" should install fonts into consolefonts directory. This is also a static path without a ${prefix} variable. This is solved by install the necessary fonts manually in targetinstall. Currently there is no X11 font support. Signed-off-by: Alexander Aring <alex.aring@gmail.com> [mol: regenerate patches with git-ptx-patches] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cmatrix.in')
-rw-r--r--rules/cmatrix.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/cmatrix.in b/rules/cmatrix.in
new file mode 100644
index 000000000..f1323fab5
--- /dev/null
+++ b/rules/cmatrix.in
@@ -0,0 +1,11 @@
+## SECTION=games
+
+config CMATRIX
+ tristate
+ prompt "cmatrix"
+ select NCURSES
+ select KBD
+ select KBD_SETFONT
+ select KBD_CONSOLEFONTS
+ help
+ Shows a scrolling 'Matrix' like screen in Linux.