# Contributor: John Vogel # Maintainer: John Vogel pkgname=listres pkgver=1.0.6 pkgrel=0 pkgdesc="List resources in widgets" url="https://xorg.freedesktop.org/" arch="all" license="MIT-open-group" 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=" 182919c8ba5569af3dbf59421de2dfd3e755b3bd2d6d548c6d2664c20b73f937e64dc73811821c19af93fffbc2d5c8d2db8d9cdd9bf1b93b0f29cb683e13ebe7 listres-1.0.6.tar.xz "