aboutsummaryrefslogtreecommitdiff
path: root/extra/libxaw3d
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-04 22:51:57 +0300
committerCem Keylan <cem@ckyln.com>2020-10-04 22:51:57 +0300
commitbd36e113fed47de6ac33e411daf7a0b2a34bcbf6 (patch)
treeaf403d84dc696fe517683cd563a5bbb3fdccac29 /extra/libxaw3d
parent7bc852f77943f4f92a548b3a0f43d6a0a303b585 (diff)
downloadrepository-bd36e113fed47de6ac33e411daf7a0b2a34bcbf6.tar.gz
move non xorg specific packages to extra
Diffstat (limited to 'extra/libxaw3d')
-rwxr-xr-xextra/libxaw3d/build7
-rw-r--r--extra/libxaw3d/checksums1
-rw-r--r--extra/libxaw3d/depends2
-rw-r--r--extra/libxaw3d/sources1
-rw-r--r--extra/libxaw3d/version1
5 files changed, 12 insertions, 0 deletions
diff --git a/extra/libxaw3d/build b/extra/libxaw3d/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/libxaw3d/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/extra/libxaw3d/checksums b/extra/libxaw3d/checksums
new file mode 100644
index 00000000..2011b158
--- /dev/null
+++ b/extra/libxaw3d/checksums
@@ -0,0 +1 @@
+2dba993f04429ec3d7e99341e91bf46be265cc482df25963058c15f1901ec544 libXaw3d-1.6.3.tar.bz2
diff --git a/extra/libxaw3d/depends b/extra/libxaw3d/depends
new file mode 100644
index 00000000..dc4f590d
--- /dev/null
+++ b/extra/libxaw3d/depends
@@ -0,0 +1,2 @@
+libXmu
+libXt
diff --git a/extra/libxaw3d/sources b/extra/libxaw3d/sources
new file mode 100644
index 00000000..2223bf43
--- /dev/null
+++ b/extra/libxaw3d/sources
@@ -0,0 +1 @@
+https://www.x.org/archive/individual/lib/libXaw3d-1.6.3.tar.bz2
diff --git a/extra/libxaw3d/version b/extra/libxaw3d/version
new file mode 100644
index 00000000..05465e05
--- /dev/null
+++ b/extra/libxaw3d/version
@@ -0,0 +1 @@
+1.6.3 1