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 /extra | |
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 'extra')
-rw-r--r-- | extra/xorg-xauth/.footprint.i686 | 7 | ||||
-rw-r--r-- | extra/xorg-xauth/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | extra/xorg-xauth/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/xorg-xauth/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/xorg-xauth/Pkgfile | 18 |
5 files changed, 34 insertions, 0 deletions
diff --git a/extra/xorg-xauth/.footprint.i686 b/extra/xorg-xauth/.footprint.i686 new file mode 100644 index 000000000..44a989dec --- /dev/null +++ b/extra/xorg-xauth/.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/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/extra/xorg-xauth/.footprint.x86_64 b/extra/xorg-xauth/.footprint.x86_64 new file mode 100644 index 000000000..44a989dec --- /dev/null +++ b/extra/xorg-xauth/.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/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/extra/xorg-xauth/.md5sum.i686 b/extra/xorg-xauth/.md5sum.i686 new file mode 100644 index 000000000..9e3fd23ca --- /dev/null +++ b/extra/xorg-xauth/.md5sum.i686 @@ -0,0 +1 @@ +105f5b00bb9293b3db36f7e500d4f950 xauth-1.0.6.tar.bz2 diff --git a/extra/xorg-xauth/.md5sum.x86_64 b/extra/xorg-xauth/.md5sum.x86_64 new file mode 100644 index 000000000..9e3fd23ca --- /dev/null +++ b/extra/xorg-xauth/.md5sum.x86_64 @@ -0,0 +1 @@ +105f5b00bb9293b3db36f7e500d4f950 xauth-1.0.6.tar.bz2 diff --git a/extra/xorg-xauth/Pkgfile b/extra/xorg-xauth/Pkgfile new file mode 100644 index 000000000..dc32fa8ef --- /dev/null +++ b/extra/xorg-xauth/Pkgfile @@ -0,0 +1,18 @@ +# 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 +} |