# Contributor: John Vogel # Maintainer: John Vogel pkgname=xlsclients pkgver=1.1.5 pkgrel=0 pkgdesc="Utility for listing information about the client applications running on a X11 server" url="https://xorg.freedesktop.org" arch="all" license="MIT-open-group" makedepends="libx11-dev util-macros" subpackages="$pkgname-doc" source="https://www.x.org/releases/individual/app/xlsclients-$pkgver.tar.xz" options="!check" # no tests build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } package() { make DESTDIR="$pkgdir" install } sha512sums=" 3896643378603876438772475e89ad5c066f98c16593245db5fa066418ff793798247f976d2bf7aa401d2590fc9807b80c9758bcbcc91566f02ceb856d9702bf xlsclients-1.1.5.tar.xz "