summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xhost/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xhost/Pkgfile')
-rw-r--r--xorg/xorg-xhost/Pkgfile11
1 files changed, 5 insertions, 6 deletions
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
}