diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-17 11:18:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-17 11:18:19 +0300 |
commit | 842d3918623f4fbea39aec133f791826a6f17979 (patch) | |
tree | 52127c19877219aea077fdfb541db365b4dcce15 /xorg | |
parent | e71295c56c17a4db13adaa310919840839ec69c6 (diff) | |
download | repository-842d3918623f4fbea39aec133f791826a6f17979.tar.gz |
libXaw: add new package at 1.0.14
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/libXaw/build | 8 | ||||
-rw-r--r-- | xorg/libXaw/checksums | 1 | ||||
-rw-r--r-- | xorg/libXaw/depends | 4 | ||||
-rw-r--r-- | xorg/libXaw/sources | 1 | ||||
-rw-r--r-- | xorg/libXaw/version | 1 |
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 |