added xorg-xhost
This commit is contained in:
parent
7697fca060
commit
4c451a0587
6
xorg-xhost/.footprint
Normal file
6
xorg-xhost/.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/xhost
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/xhost.1x.gz
|
1
xorg-xhost/.md5sum
Normal file
1
xorg-xhost/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
5300c9aafa58878c8f6e85379d5c199c xhost-1.0.1.tar.bz2
|
17
xorg-xhost/Pkgfile
Normal file
17
xorg-xhost/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: x server access control program
|
||||
# URL: http://xorg.freedesktop.org
|
||||
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
||||
|
||||
name=xorg-xhost
|
||||
version=1.0.1
|
||||
release=1
|
||||
source=(http://xorg.freedesktop.org/releases/individual/app/xhost-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd xhost-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user