diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 19:59:30 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 19:59:30 +0100 |
commit | 8eed5d619eccf6cfd896e4a89e67bced44191a1c (patch) | |
tree | a44a435ecc957abfa3e43394ed53677759b1028f /xorg | |
parent | 223c8ee20ce8097951493774a0fb0f3c23cf953c (diff) | |
download | nutyx-pakxe-8eed5d619eccf6cfd896e4a89e67bced44191a1c.tar.gz nutyx-pakxe-8eed5d619eccf6cfd896e4a89e67bced44191a1c.tar.bz2 nutyx-pakxe-8eed5d619eccf6cfd896e4a89e67bced44191a1c.tar.xz nutyx-pakxe-8eed5d619eccf6cfd896e4a89e67bced44191a1c.zip |
xorg-xhost, maj 1.0.4-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xhost/.md5sum.i686 | 2 | ||||
-rw-r--r-- | xorg/xorg-xhost/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | xorg/xorg-xhost/Pkgfile | 11 |
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 } |