diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:44 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:44 +0200 |
commit | 0a8a1ea5c58defe0a9c9a9fc70fa2d6170775d5d (patch) | |
tree | cfb87d6440ca086cc78f957ff080610681ab0e4c /extra | |
parent | be08396f002f303063c843b8afc5574c4a72020c (diff) | |
download | nutyx-extra-0a8a1ea5c58defe0a9c9a9fc70fa2d6170775d5d.tar.gz nutyx-extra-0a8a1ea5c58defe0a9c9a9fc70fa2d6170775d5d.tar.bz2 nutyx-extra-0a8a1ea5c58defe0a9c9a9fc70fa2d6170775d5d.tar.xz nutyx-extra-0a8a1ea5c58defe0a9c9a9fc70fa2d6170775d5d.zip |
xorg-xhost dans extra
Diffstat (limited to 'extra')
-rw-r--r-- | extra/xorg-xhost/.footprint.i686 | 7 | ||||
-rw-r--r-- | extra/xorg-xhost/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | extra/xorg-xhost/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/xorg-xhost/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/xorg-xhost/Pkgfile | 18 |
5 files changed, 34 insertions, 0 deletions
diff --git a/extra/xorg-xhost/.footprint.i686 b/extra/xorg-xhost/.footprint.i686 new file mode 100644 index 000000000..696f5ac98 --- /dev/null +++ b/extra/xorg-xhost/.footprint.i686 @@ -0,0 +1,7 @@ +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xhost.1.gz diff --git a/extra/xorg-xhost/.footprint.x86_64 b/extra/xorg-xhost/.footprint.x86_64 new file mode 100644 index 000000000..696f5ac98 --- /dev/null +++ b/extra/xorg-xhost/.footprint.x86_64 @@ -0,0 +1,7 @@ +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xhost.1.gz diff --git a/extra/xorg-xhost/.md5sum.i686 b/extra/xorg-xhost/.md5sum.i686 new file mode 100644 index 000000000..3953af4e3 --- /dev/null +++ b/extra/xorg-xhost/.md5sum.i686 @@ -0,0 +1 @@ +2be663a0afbcc0856c1591477d5bf32a xhost-1.0.4.tar.bz2 diff --git a/extra/xorg-xhost/.md5sum.x86_64 b/extra/xorg-xhost/.md5sum.x86_64 new file mode 100644 index 000000000..3953af4e3 --- /dev/null +++ b/extra/xorg-xhost/.md5sum.x86_64 @@ -0,0 +1 @@ +2be663a0afbcc0856c1591477d5bf32a xhost-1.0.4.tar.bz2 diff --git a/extra/xorg-xhost/Pkgfile b/extra/xorg-xhost/Pkgfile new file mode 100644 index 000000000..20763f1b1 --- /dev/null +++ b/extra/xorg-xhost/Pkgfile @@ -0,0 +1,18 @@ +# Description: x server access control program +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libxmu +# Run on: xorg-libxmu + +name=xorg-xhost +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xhost-$version.tar.bz2) + +build() { + cd xhost-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} |