# $Id: PKGBUILD 128494 2011-06-24 05:31:20Z eric $ # Maintainer: dorphell # Contributor: Judd Vinet pkgname=x2x pkgver=1.27 pkgrel=6 pkgdesc="Control one X display from another" arch=('i686' 'x86_64') url="https://github.com/dottedmag/x2x" license=('custom') depends=('libxtst') makedepends=('imake') source=(https://github.com/downloads/dottedmag/x2x/$pkgname-$pkgver.tar.gz LICENSE) md5sums=('3d1bc863f3209ec37caf7f57bde7e8f0' '7ebc35f66a8ded9b8d8d7ca4131c7ae8') build() { cd "$srcdir/$pkgname-$pkgver" mv x2x.1 x2x.man xmkmf make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" MANPATH=/usr/share/man install install.man install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }