diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:43 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:43 +0200 |
commit | 88abd71853fbceeb592e4199719cdf568ec08cea (patch) | |
tree | 62388a5cbecc6267ccbf195b618d4efc6c23edd7 /xorg | |
parent | c477a0093c1ac5fefb54561731e32df27aa12248 (diff) | |
download | nutyx-extra-88abd71853fbceeb592e4199719cdf568ec08cea.tar.gz nutyx-extra-88abd71853fbceeb592e4199719cdf568ec08cea.tar.bz2 nutyx-extra-88abd71853fbceeb592e4199719cdf568ec08cea.tar.xz nutyx-extra-88abd71853fbceeb592e4199719cdf568ec08cea.zip |
xorg-xauth dans extra
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xauth/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg/xorg-xauth/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg/xorg-xauth/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-xauth/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-xauth/Pkgfile | 18 |
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-xauth/.footprint.i686 b/xorg/xorg-xauth/.footprint.i686 deleted file mode 100644 index 44a989dec..000000000 --- a/xorg/xorg-xauth/.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/xauth -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/xauth.1.gz diff --git a/xorg/xorg-xauth/.footprint.x86_64 b/xorg/xorg-xauth/.footprint.x86_64 deleted file mode 100644 index 44a989dec..000000000 --- a/xorg/xorg-xauth/.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/xauth -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/xauth.1.gz diff --git a/xorg/xorg-xauth/.md5sum.i686 b/xorg/xorg-xauth/.md5sum.i686 deleted file mode 100644 index 9e3fd23ca..000000000 --- a/xorg/xorg-xauth/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -105f5b00bb9293b3db36f7e500d4f950 xauth-1.0.6.tar.bz2 diff --git a/xorg/xorg-xauth/.md5sum.x86_64 b/xorg/xorg-xauth/.md5sum.x86_64 deleted file mode 100644 index 9e3fd23ca..000000000 --- a/xorg/xorg-xauth/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -105f5b00bb9293b3db36f7e500d4f950 xauth-1.0.6.tar.bz2 diff --git a/xorg/xorg-xauth/Pkgfile b/xorg/xorg-xauth/Pkgfile deleted file mode 100644 index dc32fa8ef..000000000 --- a/xorg/xorg-xauth/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: X authority file utility -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-libx11,xorg-libxmu -# Run on: - -name=xorg-xauth -version=1.0.6 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.bz2) - -build() { - cd xauth-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install -} |