commit f3679bc1753889a950ab436438dd3269cb9ad84b
parent d6152f7edffbe7037e69eace011604062f20fd96
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 17 Dec 2019 17:51:08 +0300
libXtst: added package to xorg
Diffstat:
5 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/xorg/libXtst/build b/xorg/libXtst/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-static
+
+make
+make DESTDIR="$1" install
diff --git a/xorg/libXtst/checksums b/xorg/libXtst/checksums
@@ -0,0 +1 @@
+4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204 libXtst-1.2.3.tar.bz2
diff --git a/xorg/libXtst/depends b/xorg/libXtst/depends
@@ -0,0 +1,3 @@
+libXi
+libXext
+xorgproto
diff --git a/xorg/libXtst/sources b/xorg/libXtst/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/lib/libXtst-1.2.3.tar.bz2
diff --git a/xorg/libXtst/version b/xorg/libXtst/version
@@ -0,0 +1 @@
+1.2.3 1