summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xorg/xorg-xhost/.md5sum.i6862
-rw-r--r--xorg/xorg-xhost/.md5sum.x86_642
-rw-r--r--xorg/xorg-xhost/Pkgfile11
3 files changed, 7 insertions, 8 deletions
diff --git a/xorg/xorg-xhost/.md5sum.i686 b/xorg/xorg-xhost/.md5sum.i686
index 78d5a15ac..3953af4e3 100644
--- a/xorg/xorg-xhost/.md5sum.i686
+++ b/xorg/xorg-xhost/.md5sum.i686
@@ -1 +1 @@
-f746aba36f075ae4cae313d849a94f4e xhost-1.0.2.tar.bz2
+2be663a0afbcc0856c1591477d5bf32a xhost-1.0.4.tar.bz2
diff --git a/xorg/xorg-xhost/.md5sum.x86_64 b/xorg/xorg-xhost/.md5sum.x86_64
index 78d5a15ac..3953af4e3 100644
--- a/xorg/xorg-xhost/.md5sum.x86_64
+++ b/xorg/xorg-xhost/.md5sum.x86_64
@@ -1 +1 @@
-f746aba36f075ae4cae313d849a94f4e xhost-1.0.2.tar.bz2
+2be663a0afbcc0856c1591477d5bf32a xhost-1.0.4.tar.bz2
diff --git a/xorg/xorg-xhost/Pkgfile b/xorg/xorg-xhost/Pkgfile
index ed23c3230..20763f1b1 100644
--- a/xorg/xorg-xhost/Pkgfile
+++ b/xorg/xorg-xhost/Pkgfile
@@ -1,19 +1,18 @@
# Description: x server access control program
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libxmu
# Run on: xorg-libxmu
name=xorg-xhost
-version=1.0.2
-release=2
+version=1.0.4
+release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xhost-$version.tar.bz2)
build() {
cd xhost-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}