aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-11-03 10:53:57 +0100
committerKoen Kooi <koen@openembedded.org>2010-11-03 10:54:09 +0100
commit61a4d1805c6c73091dd2264c0f84ee3264cc05a6 (patch)
tree08118b5d291f60338afc35c1c77e99385ac7a617 /recipes
parent8fc09c071a6fba0766c3b002209c758572298d26 (diff)
downloadopenembedded-61a4d1805c6c73091dd2264c0f84ee3264cc05a6.tar.gz
xterm: add 266
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-app/xterm_266.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/xorg-app/xterm_266.bb b/recipes/xorg-app/xterm_266.bb
new file mode 100644
index 0000000000..7f8e003874
--- /dev/null
+++ b/recipes/xorg-app/xterm_266.bb
@@ -0,0 +1,21 @@
+require xorg-app-common.inc
+DESCRIPTION = "xterm is the standard terminal emulator for the X Window System."
+DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
+PR = "${INC_PR}.0"
+
+SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz"
+SRC_URI[md5sum] = "bb53ddd4933736a50e6391cef3472c12"
+SRC_URI[sha256sum] = "41945aabb96e827c3ca1fdbb3c2fab3a65f4a84d4da0ceb06b030e6a028cf739"
+
+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"