added xorg-sessreg

This commit is contained in:
Tilman Sauerbeck 2006-09-10 12:30:42 +02:00
parent 49b98634f3
commit 2bbc68cbd0
3 changed files with 25 additions and 0 deletions

6
xorg-sessreg/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sessreg
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/sessreg.1x.gz

1
xorg-sessreg/.md5sum Normal file
View File

@ -0,0 +1 @@
15c8032bbf5197e8fb5d071d9500a880 sessreg-1.0.0.tar.bz2

18
xorg-sessreg/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Program for managing utmp/wtmp entries for xdm sessions
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libx11
name=xorg-sessreg
version=1.0.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/sessreg-$version.tar.bz2)
build() {
cd sessreg-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}