From: Michael Lauer Date: Fri, 14 Sep 2007 13:16:41 +0000 (+0000) Subject: add termcap, the terminal capabilities file. at least vte needs this to operate corre... X-Git-Tag: Release-2010-05/1~8656 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270f600e7bfb078e0d568ae8c2c0727f9e140af3;p=openembedded.git add termcap, the terminal capabilities file. at least vte needs this to operate correctly (backspace et. al.) --- diff --git a/packages/termcap/.mtn2git_empty b/packages/termcap/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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}" +