updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xtrace / PKGBUILD
blobd5be07daf5d8542caeaa8adba31194b94c80d846
1 # Contributor: Dieter Plaetinck <dieter@plaetinck.be>
2 # Contributor: Thomas Jost <schnouki@schnouki.net>
4 pkgname=xtrace
5 pkgver=1.2.0
6 pkgrel=1
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"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 url="http://xtrace.alioth.debian.org/"
11 depends=('glibc')
12 source=(https://alioth.debian.org/frs/download.php/3522/xtrace_${pkgver}.orig.tar.gz)
13 md5sums=('b746cbfc91d7e82945ba08fb9cf9ebc3')
14 sha256sums=('330155bb159e42ebd3981ca37425173312280308dc23a282f72221821bb75291')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
18   ./configure --prefix=/usr
19   make check
20   make
23 package() {
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