aboutsummaryrefslogtreecommitdiffstats
path: root/packages/termcap
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-09-14 13:16:41 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-09-14 13:16:41 +0000
commit270f600e7bfb078e0d568ae8c2c0727f9e140af3 (patch)
treec6c4c341283e410d998e3ec846344917f2520f9a /packages/termcap
parent7f948b0144585fb7368da2c7c4d901e08c2bb50b (diff)
downloadopenembedded-270f600e7bfb078e0d568ae8c2c0727f9e140af3.tar.gz
add termcap, the terminal capabilities file. at least vte needs this to operate correctly (backspace et. al.)
Diffstat (limited to 'packages/termcap')
-rw-r--r--packages/termcap/.mtn2git_empty0
-rw-r--r--packages/termcap/termcap_11.0.1.bb16
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/termcap/.mtn2git_empty b/packages/termcap/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/termcap/.mtn2git_empty
diff --git a/packages/termcap/termcap_11.0.1.bb b/packages/termcap/termcap_11.0.1.bb
new file mode 100644
index 0000000000..81953021e0
--- /dev/null
+++ b/packages/termcap/termcap_11.0.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Terminal Capabilities File"
+SECTION = "base"
+HOMEPAGE = "http://www.catb.org/~esr/terminfo/"
+LICENSE = "PD"
+
+SRC_URI = "http://www.catb.org/~esr/terminfo/termtypes.tc.gz"
+S = "${WORKDIR}"
+
+do_install() {
+ install -d ${D}${sysconfdir}
+ install -m 0644 termtypes.tc ${D}${sysconfdir}/termcap
+}
+
+PACKAGES = "termcap"
+FILES_termcap = "${sysconfdir}"
+