commit 3893493ffed55db16e2347c31a4b1b88a2bbb28d
parent febcb0f3bf279dd82d7fd1bcd166bb7c6bf8c628
Author: Cem Keylan <cem@ckyln.com>
Date: Thu, 7 May 2020 11:51:14 +0300
xauth: add new package at 1.1 to xorg
Diffstat:
5 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/xorg/xauth/build b/xorg/xauth/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --localstatedir=/var
+
+make
+make DESTDIR="$1" install
diff --git a/xorg/xauth/checksums b/xorg/xauth/checksums
@@ -0,0 +1 @@
+6d1dd1b79dd185107c5b0fdd22d1d791ad749ad6e288d0cdf80964c4ffa7530c xauth-1.1.tar.bz2
diff --git a/xorg/xauth/depends b/xorg/xauth/depends
@@ -0,0 +1,2 @@
+libXmu
+xorg-util-macros make
diff --git a/xorg/xauth/sources b/xorg/xauth/sources
@@ -0,0 +1 @@
+https://x.org/releases/individual/app/xauth-1.1.tar.bz2
diff --git a/xorg/xauth/version b/xorg/xauth/version
@@ -0,0 +1 @@
+1.1 1