added xorg-xhost

This commit is contained in:
Tilman Sauerbeck 2006-04-15 10:11:50 +02:00
parent 7697fca060
commit 4c451a0587
3 changed files with 24 additions and 0 deletions

6
xorg-xhost/.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/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
View File

@ -0,0 +1 @@
5300c9aafa58878c8f6e85379d5c199c xhost-1.0.1.tar.bz2

17
xorg-xhost/Pkgfile Normal file
View 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
}