summaryrefslogtreecommitdiff
path: root/xconsole/APKBUILD
blob: 657dc8159caf3ffaa0c7318b72c11bb26ee87226 (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=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
"