xterm_251.bb : really add latest version of xterm
authorGraeme Gregory <dp@xora.org.uk>
Thu, 12 Nov 2009 10:15:09 +0000 (10:15 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 12 Nov 2009 10:15:09 +0000 (10:15 +0000)
conf/checksums.ini
recipes/xorg-app/xterm_251.bb [new file with mode: 0644]

index d5393a0..55110c0 100644 (file)
@@ -30334,6 +30334,10 @@ sha256=652f579171e6e8f73c13ab6b060d2447ae35ebfbd39a6002b7c05a1dfc0f7eb8
 md5=be25d2d3661d0bb77fc66e1bcbb3caba
 sha256=2621e7362713b588d1ec035f969194f160896b77f6455a26fd81dcc6e29b9877
 
+[ftp://invisible-island.net/xterm/xterm-251.tgz]
+md5=343a4ce213f70c53cf65979f163bebc3
+sha256=2ff9a4ae66cf9a48829023d1d007b0e84ee9cc60feb48107f9c1ea9dd7570ce7
+
 [http://xorg.freedesktop.org/releases/individual/lib/xtrans-1.0.3.tar.bz2]
 md5=bb196907ea1e182dcb396eb22f7d2c1a
 sha256=e1a3c4986f16a5fbca611d0547cc7499a1fa47ca2096593644037e2609363085
diff --git a/recipes/xorg-app/xterm_251.bb b/recipes/xorg-app/xterm_251.bb
new file mode 100644 (file)
index 0000000..5764da3
--- /dev/null
@@ -0,0 +1,28 @@
+DESCRIPTION = "xterm is the standard terminal emulator for the X Window System."
+SECTION = "x11/applications"
+LICENSE = "MIT-X"
+
+DEPENDS = "libxaw xproto virtual/libx11 xextproto xext xau libxpm ncurses"
+
+SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += " /usr/lib/X11"
+
+#EXTRA_OERECONF = " -I${S}/xterm.m4"
+EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config --disable-imake"
+
+#do_configure_prepend () {
+#      mv ${S}/aclocal.m4 ${S}/xterm.m4
+#}
+do_configure() {
+
+       sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
+
+       oe_runconf
+}
+
+do_stage() {
+       autotools_stage_all
+}