aboutsummaryrefslogtreecommitdiffstats
path: root/main/sessreg/APKBUILD
blob: cfc79d8eaa99da8a9f5b5420a113a46b35fdd0cc (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sessreg
pkgver=1.1.2
pkgrel=0
pkgdesc="manage utmp/wtmp entries for non-init clients"
options="!check" # No testsuite
url="https://wiki.freedesktop.org/xorg/"
arch="all"
license="ICU"
subpackages="$pkgname-doc"
makedepends="bsd-compat-headers linux-headers xorgproto"
source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2
	missing_path_wtmpx.patch"

build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--mandir=/usr/share/man
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}
sha512sums="7e3c2bdcadb7133aace463b58d8c6108d315ec95d2a42509073eeddc7f02644092a4b3168bd3b426c041736a016291092e0bf8368acd620dbeff96d53d12f98c  sessreg-1.1.2.tar.bz2
57a7dea5f0f9d8c3f54aa3aeb98f6fa8cd44e9d7397c81ad40e973ad3a548b7137a986bda6367df5d867d2b1e6d8eacdd182fcf920ea9d1e8c70cc64f40651df  missing_path_wtmpx.patch"