mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
x11/sessreg: new aport
manage utmp/wtmp entries for non-init clients
This commit is contained in:
parent
cbec927da6
commit
ee5544e65a
20
x11/sessreg/APKBUILD
Normal file
20
x11/sessreg/APKBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=sessreg
|
||||
pkgver=1.0.4
|
||||
pkgrel=0
|
||||
pkgdesc="manage utmp/wtmp entries for non-init clients"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license="custom"
|
||||
subpackages="$pkgname-doc"
|
||||
depends="uclibc"
|
||||
makedepends="pkgconfig xproto"
|
||||
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --mandir=/usr/share/man || return 1
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
md5sums="839e968d7197b9563f0fd8a5a3aac2e3 sessreg-1.0.4.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user