aboutsummaryrefslogtreecommitdiff
path: root/xorg/xauth/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-07 11:51:14 +0300
committerCem Keylan <cem@ckyln.com>2020-05-07 11:51:14 +0300
commit3893493ffed55db16e2347c31a4b1b88a2bbb28d (patch)
tree64d402750ac0e9353ec711327a332a8c6f21ea7c /xorg/xauth/build
parentfebcb0f3bf279dd82d7fd1bcd166bb7c6bf8c628 (diff)
downloadrepository-3893493ffed55db16e2347c31a4b1b88a2bbb28d.tar.gz
xauth: add new package at 1.1 to xorg
Diffstat (limited to 'xorg/xauth/build')
-rwxr-xr-xxorg/xauth/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg/xauth/build b/xorg/xauth/build
new file mode 100755
index 00000000..373bceed
--- /dev/null
+++ 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