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 /xorg/xorg-xhost | |
parent | be08396f002f303063c843b8afc5574c4a72020c (diff) | |
download | nutyx-pakxe-0a8a1ea5c58defe0a9c9a9fc70fa2d6170775d5d.tar.gz nutyx-pakxe-0a8a1ea5c58defe0a9c9a9fc70fa2d6170775d5d.tar.bz2 nutyx-pakxe-0a8a1ea5c58defe0a9c9a9fc70fa2d6170775d5d.tar.xz nutyx-pakxe-0a8a1ea5c58defe0a9c9a9fc70fa2d6170775d5d.zip |
xorg-xhost dans extra
Diffstat (limited to 'xorg/xorg-xhost')
-rw-r--r-- | xorg/xorg-xhost/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg/xorg-xhost/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg/xorg-xhost/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-xhost/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-xhost/Pkgfile | 18 |
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-xhost/.footprint.i686 b/xorg/xorg-xhost/.footprint.i686 deleted file mode 100644 index 696f5ac98..000000000 --- a/xorg/xorg-xhost/.footprint.i686 +++ /dev/null @@ -1,7 +0,0 @@ -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/xorg/xorg-xhost/.footprint.x86_64 b/xorg/xorg-xhost/.footprint.x86_64 deleted file mode 100644 index 696f5ac98..000000000 --- a/xorg/xorg-xhost/.footprint.x86_64 +++ /dev/null @@ -1,7 +0,0 @@ -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/xorg/xorg-xhost/.md5sum.i686 b/xorg/xorg-xhost/.md5sum.i686 deleted file mode 100644 index 3953af4e3..000000000 --- a/xorg/xorg-xhost/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -2be663a0afbcc0856c1591477d5bf32a xhost-1.0.4.tar.bz2 diff --git a/xorg/xorg-xhost/.md5sum.x86_64 b/xorg/xorg-xhost/.md5sum.x86_64 deleted file mode 100644 index 3953af4e3..000000000 --- a/xorg/xorg-xhost/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -2be663a0afbcc0856c1591477d5bf32a xhost-1.0.4.tar.bz2 diff --git a/xorg/xorg-xhost/Pkgfile b/xorg/xorg-xhost/Pkgfile deleted file mode 100644 index 20763f1b1..000000000 --- a/xorg/xorg-xhost/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} |