[oe-commits] org.oe.dev add termcap, the terminal capabilities file. at least vte needs this to operate correctly (backspace et. al.)

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Sep 14 13:36:37 UTC 2007


add termcap, the terminal capabilities file. at least vte needs this to operate correctly (backspace et. al.)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 838a60f4684a5fe71ade31d05fb35609808420d1
ViewMTN: http://monotone.openembedded.org/revision/info/838a60f4684a5fe71ade31d05fb35609808420d1
Files:
1
packages/termcap
packages/termcap/termcap_11.0.1.bb
Diffs:

#
# mt diff -r8caa6e7054d38238cebfe4bc378eaa6172585014 -r838a60f4684a5fe71ade31d05fb35609808420d1
#
# 
# 
# add_dir "packages/termcap"
# 
# add_file "packages/termcap/termcap_11.0.1.bb"
#  content [48cdc1c638e5a412fa3ee8a54c4e33907a4ccbb5]
# 
============================================================
--- packages/termcap/termcap_11.0.1.bb	48cdc1c638e5a412fa3ee8a54c4e33907a4ccbb5
+++ packages/termcap/termcap_11.0.1.bb	48cdc1c638e5a412fa3ee8a54c4e33907a4ccbb5
@@ -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}"
+






More information about the Openembedded-commits mailing list