mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-22 22:37:40 -07:00
xauth: new package at 1.1
This commit is contained in:
parent
e705f5d10f
commit
2e8da65146
9
xorg/xauth/build
Executable file
9
xorg/xauth/build
Executable 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
1
xorg/xauth/checksums
Normal file
@ -0,0 +1 @@
|
||||
6d1dd1b79dd185107c5b0fdd22d1d791ad749ad6e288d0cdf80964c4ffa7530c xauth-1.1.tar.bz2
|
2
xorg/xauth/depends
Normal file
2
xorg/xauth/depends
Normal file
@ -0,0 +1,2 @@
|
||||
libXmu
|
||||
xorg-util-macros make
|
1
xorg/xauth/sources
Normal file
1
xorg/xauth/sources
Normal file
@ -0,0 +1 @@
|
||||
https://x.org/releases/individual/app/xauth-1.1.tar.bz2
|
1
xorg/xauth/version
Normal file
1
xorg/xauth/version
Normal file
@ -0,0 +1 @@
|
||||
1.1 1
|
Loading…
Reference in New Issue
Block a user