# Maintainer: Natanael Copa pkgname=xev pkgver=1.2.3 pkgrel=0 pkgdesc="Print contents of X events" url="http://xorg.freedesktop.org/" arch="all" license="MIT" subpackages="$pkgname-doc" makedepends="libx11-dev libxrandr-dev" depends= source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --mandir=/usr/share/man make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="47cc7ac096e77cfa4e687914d767263cf3e1dca5bffd0f68c7ba0fe751b248c8a16525bd2da4d6efa0ea8d637831c893d41c9687cace4aaa9c0909a45ef1943e xev-1.2.3.tar.bz2"