# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=xwud pkgver=1.0.6 pkgrel=0 pkgdesc="Display the contents of an X11 window dumped by xwd(1)" url="https://www.X.Org/" arch="all" license="X11" depends="" makedepends="libx11-dev util-macros xorgproto-dev" subpackages="$pkgname-doc" source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="a7b964d9ef13e4726b2ef84dcc1040cdf510c8031c3e6e1dc1c711e65d9e56f1fc5921a7af3dbbd898b861c79e9da6242da23c2e73816e39152ae719052293e9 xwud-1.0.6.tar.xz"