# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=xconsole pkgver=1.0.7 pkgrel=0 pkgdesc="Console monitor for X11" url="https://www.X.Org/" arch="all" license="X11" depends="" makedepends="libx11-dev libxaw-dev libxmu-dev libxt-dev util-macros xorgproto-dev" subpackages="$pkgname-doc" source="https://www.x.org/releases/individual/app/xconsole-$pkgver.tar.bz2" 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="89f391058ea99904587bd1dac9e31fa3ff06cf63b899abe6c06e4897bbc9919500dd4773873b1a452de4f54cc6999bd496022b6d8df9d4147804448abbdca2f9 xconsole-1.0.7.tar.bz2"