summaryrefslogtreecommitdiffstats
path: root/rules/vim.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-01-03 14:23:37 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-01-03 15:31:45 +0100
commitf045580f0a9032e2eb9ba568ada16bc6de5df27b (patch)
treea20c26124c087c08259f72381e4d8f54cb858f21 /rules/vim.in
parente0e4fba077daadb1d02d4fd68570b9361cebdab4 (diff)
downloadptxdist-f045580f0a9032e2eb9ba568ada16bc6de5df27b.tar.gz
ptxdist-f045580f0a9032e2eb9ba568ada16bc6de5df27b.tar.xz
vim: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/vim.in')
-rw-r--r--rules/vim.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/vim.in b/rules/vim.in
new file mode 100644
index 000000000..d76d0f362
--- /dev/null
+++ b/rules/vim.in
@@ -0,0 +1,13 @@
+## SECTION=editors
+
+config VIM
+ tristate
+ select LIBC_DL
+ select LIBC_M
+ select GCCLIBS_GCC_S
+ select NCURSES
+ prompt "vim"
+ help
+ Vim is an advanced text editor that seeks to provide the
+ power of the de-facto Unix editor 'Vi', with a more complete
+ feature set.