add termcap, the terminal capabilities file. at least vte needs this to operate corre...
authorMichael Lauer <mickey@vanille-media.de>
Fri, 14 Sep 2007 13:16:41 +0000 (13:16 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 14 Sep 2007 13:16:41 +0000 (13:16 +0000)
packages/termcap/.mtn2git_empty [new file with mode: 0644]
packages/termcap/termcap_11.0.1.bb [new file with mode: 0644]

diff --git a/packages/termcap/.mtn2git_empty b/packages/termcap/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/termcap/termcap_11.0.1.bb b/packages/termcap/termcap_11.0.1.bb
new file mode 100644 (file)
index 0000000..8195302
--- /dev/null
@@ -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}"
+