1 # Contributor: Dieter Plaetinck <dieter@plaetinck.be>
2 # Contributor: Thomas Jost <schnouki@schnouki.net>
7 pkgdesc="Xtrace fakes an X server and forwards all connections to a real X server, displaying the communication between the clients and the server in a human readable form"
10 url="http://xtrace.alioth.debian.org/"
12 source=(https://alioth.debian.org/frs/download.php/3522/xtrace_${pkgver}.orig.tar.gz)
13 md5sums=('b746cbfc91d7e82945ba08fb9cf9ebc3')
14 sha256sums=('330155bb159e42ebd3981ca37425173312280308dc23a282f72221821bb75291')
17 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr
24 cd "$srcdir/$pkgname-$pkgver"
25 make DESTDIR="$pkgdir" install
26 mv "$pkgdir/usr/bin/xtrace" "$pkgdir/usr/bin/x11trace" #xtrace is owned by glibc