aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-03-05 14:39:32 +0000
committerJan Luebbe <jluebbe@debian.org>2009-03-26 11:34:23 +0100
commitf814b1e2c778031ae88ef32880bc0c36e2b47ccb (patch)
tree7b970d79593d5ff4f62a5c71c7fe775893fa8b51
parent3284518f7d9b7cf5c19b7c0ee79449eb882d3b47 (diff)
downloadopenembedded-f814b1e2c778031ae88ef32880bc0c36e2b47ccb.tar.gz
xtrace: add xtrace, a X11 tracer
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/xtrace/xtrace_0.10.1.bb17
2 files changed, 21 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 0e671688d1..77b63a75cf 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -26406,6 +26406,10 @@ sha256=a3a947e9982fe1feef235fcbcf41b01b5f86ebf46d106fa719801cf061f6bb00
md5=3de8a3756c284a46a08c6d0308909486
sha256=652f579171e6e8f73c13ab6b060d2447ae35ebfbd39a6002b7c05a1dfc0f7eb8
+[ftp://ftp.debian.org/debian/pool/main/x/xtrace/xtrace_0.10.1.orig.tar.gz]
+md5=65bfd5f3b3bd076586b17c20a5635a40
+sha256=828d68d5f7cacdbe078f7cb9e5a4e1768f4e462e8e172be5d0d882d74038200c
+
[http://xorg.freedesktop.org/releases/individual/lib/xtrans-1.0.3.tar.bz2]
md5=bb196907ea1e182dcb396eb22f7d2c1a
sha256=e1a3c4986f16a5fbca611d0547cc7499a1fa47ca2096593644037e2609363085
diff --git a/recipes/xtrace/xtrace_0.10.1.bb b/recipes/xtrace/xtrace_0.10.1.bb
new file mode 100644
index 0000000000..5f4e546038
--- /dev/null
+++ b/recipes/xtrace/xtrace_0.10.1.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Xtrace fakes an X server and forwards all connections to a \
+real X server, displaying the communication between the clients and the \
+server in an (well, thoretically) human readable form."
+HOMEPAGE = "http://xtrace.alioth.debian.org/"
+SECTION = "x11"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "glib-2.0"
+
+SRC_URI = "${DEBIAN_MIRROR}/main/x/${PN}/${PN}_${PV}.orig.tar.gz"
+
+inherit autotools pkgconfig
+
+do_install_append() {
+ mv ${D}${bindir}/xtrace ${D}${bindir}/x11trace
+}
+