# Contributor: John Vogel # Maintainer: John Vogel pkgname=xconsole pkgver=1.1.0 pkgrel=0 pkgdesc="Monitor system console messages with X" url="https://xorg.freedesktop.org/" arch="all" license="MIT" makedepends="libx11-dev libxaw-dev libxmu-dev libxt-dev util-macros xorgproto" subpackages="$pkgname-doc" source="https://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.xz" options="!check" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } package() { make DESTDIR="$pkgdir" install } sha512sums=" 1b5b1e1e15e3b988c159e924ac5c51734c4e37ed112815fc6bf6e36f80e840ccd904a4f0b0f27191e0dbf656d367a38873fd493a266887daa111e5266eebf37e xconsole-1.1.0.tar.xz "