aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-17 11:18:19 +0300
committerCem Keylan <cem@ckyln.com>2021-05-17 11:18:19 +0300
commit842d3918623f4fbea39aec133f791826a6f17979 (patch)
tree52127c19877219aea077fdfb541db365b4dcce15 /xorg
parente71295c56c17a4db13adaa310919840839ec69c6 (diff)
downloadrepository-842d3918623f4fbea39aec133f791826a6f17979.tar.gz
libXaw: add new package at 1.0.14
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/libXaw/build8
-rw-r--r--xorg/libXaw/checksums1
-rw-r--r--xorg/libXaw/depends4
-rw-r--r--xorg/libXaw/sources1
-rw-r--r--xorg/libXaw/version1
5 files changed, 15 insertions, 0 deletions
diff --git a/xorg/libXaw/build b/xorg/libXaw/build
new file mode 100755
index 00000000..60c90749
--- /dev/null
+++ b/xorg/libXaw/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --without-xmlto
+
+make
+make DESTDIR="$1" install
diff --git a/xorg/libXaw/checksums b/xorg/libXaw/checksums
new file mode 100644
index 00000000..79d7b08a
--- /dev/null
+++ b/xorg/libXaw/checksums
@@ -0,0 +1 @@
+76aef98ea3df92615faec28004b5ce4e5c6855e716fa16de40c32030722a6f8e libXaw-1.0.14.tar.bz2
diff --git a/xorg/libXaw/depends b/xorg/libXaw/depends
new file mode 100644
index 00000000..06f0c5b9
--- /dev/null
+++ b/xorg/libXaw/depends
@@ -0,0 +1,4 @@
+libXext
+libXmu
+libXpm
+libXt
diff --git a/xorg/libXaw/sources b/xorg/libXaw/sources
new file mode 100644
index 00000000..6b8ee47f
--- /dev/null
+++ b/xorg/libXaw/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/lib/libXaw-1.0.14.tar.bz2
diff --git a/xorg/libXaw/version b/xorg/libXaw/version
new file mode 100644
index 00000000..0954fc97
--- /dev/null
+++ b/xorg/libXaw/version
@@ -0,0 +1 @@
+1.0.14 1