[oe-commits] Graeme Gregory : xterm_251.bb : really add latest version of xterm

git version control git at git.openembedded.org
Thu Nov 12 14:02:20 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: e0977a85cb7eb9cf37fb9bb44a465368a0481dd7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e0977a85cb7eb9cf37fb9bb44a465368a0481dd7

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Thu Nov 12 10:15:09 2009 +0000

xterm_251.bb : really add latest version of xterm

---

 conf/checksums.ini            |    4 ++++
 recipes/xorg-app/xterm_251.bb |   28 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index d5393a0..55110c0 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -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
index 0000000..5764da3
--- /dev/null
+++ b/recipes/xorg-app/xterm_251.bb
@@ -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
+}





More information about the Openembedded-commits mailing list