aboutsummaryrefslogtreecommitdiff
path: root/xorg/xauth/libva/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-07 11:52:46 +0300
committerCem Keylan <cem@ckyln.com>2020-05-07 11:52:46 +0300
commit3e846f22cd41cceb6f979259e497894f0ec96719 (patch)
treedadaa8fb19a3476041b9748a7c04535274e9e4d6 /xorg/xauth/libva/build
parent3893493ffed55db16e2347c31a4b1b88a2bbb28d (diff)
downloadrepository-3e846f22cd41cceb6f979259e497894f0ec96719.tar.gz
libva: add new package at 2.7.1 to xauth
Diffstat (limited to 'xorg/xauth/libva/build')
-rwxr-xr-xxorg/xauth/libva/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg/xauth/libva/build b/xorg/xauth/libva/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/xorg/xauth/libva/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install