xauth: new package at 1.1

This commit is contained in:
Dylan Araps 2020-02-10 11:15:28 +02:00
parent e705f5d10f
commit 2e8da65146
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 14 additions and 0 deletions

9
xorg/xauth/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var
make
make DESTDIR="$1" install

1
xorg/xauth/checksums Normal file
View File

@ -0,0 +1 @@
6d1dd1b79dd185107c5b0fdd22d1d791ad749ad6e288d0cdf80964c4ffa7530c xauth-1.1.tar.bz2

2
xorg/xauth/depends Normal file
View File

@ -0,0 +1,2 @@
libXmu
xorg-util-macros make

1
xorg/xauth/sources Normal file
View File

@ -0,0 +1 @@
https://x.org/releases/individual/app/xauth-1.1.tar.bz2

1
xorg/xauth/version Normal file
View File

@ -0,0 +1 @@
1.1 1