added xorg-sessreg
This commit is contained in:
parent
49b98634f3
commit
2bbc68cbd0
6
xorg-sessreg/.footprint
Normal file
6
xorg-sessreg/.footprint
Normal 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
1
xorg-sessreg/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
15c8032bbf5197e8fb5d071d9500a880 sessreg-1.0.0.tar.bz2
|
18
xorg-sessreg/Pkgfile
Normal file
18
xorg-sessreg/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user