blob: bc3141d18c12e913085cb57844f97ac6f4635f7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Contributor: John Vogel <jvogel4@stny.rr.com>
# Maintainer: John Vogel <jvogel4@stny.rr.com>
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
"
|