aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXt
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
commit03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch)
tree81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/libXt
downloadrepository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz
secondary commit
Diffstat (limited to 'xorg/libXt')
-rwxr-xr-xxorg/libXt/build8
-rw-r--r--xorg/libXt/checksums1
-rw-r--r--xorg/libXt/depends3
-rw-r--r--xorg/libXt/sources1
-rw-r--r--xorg/libXt/version1
5 files changed, 14 insertions, 0 deletions
diff --git a/xorg/libXt/build b/xorg/libXt/build
new file mode 100755
index 00000000..105ed0c2
--- /dev/null
+++ b/xorg/libXt/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-malloc0returnsnull
+
+make
+make DESTDIR="$1" install
diff --git a/xorg/libXt/checksums b/xorg/libXt/checksums
new file mode 100644
index 00000000..b5b37c6b
--- /dev/null
+++ b/xorg/libXt/checksums
@@ -0,0 +1 @@
+b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831 libXt-1.2.0.tar.bz2
diff --git a/xorg/libXt/depends b/xorg/libXt/depends
new file mode 100644
index 00000000..f33f2ce9
--- /dev/null
+++ b/xorg/libXt/depends
@@ -0,0 +1,3 @@
+libSM
+libX11
+xorgproto make
diff --git a/xorg/libXt/sources b/xorg/libXt/sources
new file mode 100644
index 00000000..3be15b6b
--- /dev/null
+++ b/xorg/libXt/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/lib/libXt-1.2.0.tar.bz2
diff --git a/xorg/libXt/version b/xorg/libXt/version
new file mode 100644
index 00000000..9d7d10ab
--- /dev/null
+++ b/xorg/libXt/version
@@ -0,0 +1 @@
+1.2.0 2