aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-13 09:41:51 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-13 09:41:51 +0100
commit253b1d7bc35c5a2a12dd6a7f2f0c034a34bfae18 (patch)
tree72ea895469cf832b17a0411160155fe820145b21 /meta-oe/recipes-graphics/xorg-app/xterm_277.bb
parent3aa79887e2476cc71fa8b9d0131898944b38338d (diff)
downloadmeta-openembedded-253b1d7bc35c5a2a12dd6a7f2f0c034a34bfae18.tar.gz
xterm: update to 277
License checksum changed due to date changes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/xterm_277.bb')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_277.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
new file mode 100644
index 0000000000..f68e23ce6d
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
@@ -0,0 +1,22 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+DESCRIPTION = "xterm is the standard terminal emulator for the X Window System."
+DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
+
+LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=33;md5=71d7532e485b8d325906bd751617e2a4"
+
+SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz"
+SRC_URI[md5sum] = "c0de5c2f7b3a50244c5cdd53dcab1de5"
+SRC_URI[sha256sum] = "6cd38606e4179a874220f33dfd41063f93cd1c717aa26c742beb7adea3c1471e"
+
+EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
+ --x-libraries=${STAGING_LIBDIR} \
+ FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \
+ --disable-imake \
+ --disable-setuid"
+
+do_configure() {
+ sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
+ oe_runconf
+}
+
+FILES_${PN} += " /usr/lib/X11"