From 05df65b4a4e6f2381341fa75f55cb9533262a5d2 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 4 Jul 2021 20:00:00 -0400 Subject: [PATCH] motif: new package at 2.3.8 --- motif/build | 6 ++++++ motif/checksums | 1 + motif/depends | 1 + motif/sources | 1 + motif/version | 1 + 5 files changed, 10 insertions(+) create mode 100755 motif/build create mode 100644 motif/checksums create mode 100644 motif/depends create mode 100644 motif/sources create mode 100644 motif/version diff --git a/motif/build b/motif/build new file mode 100755 index 0000000..eb98e92 --- /dev/null +++ b/motif/build @@ -0,0 +1,6 @@ +#!/usr/bin/sh -e + +./configure --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/motif/checksums b/motif/checksums new file mode 100644 index 0000000..a9c9355 --- /dev/null +++ b/motif/checksums @@ -0,0 +1 @@ +859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7 diff --git a/motif/depends b/motif/depends new file mode 100644 index 0000000..1903bba --- /dev/null +++ b/motif/depends @@ -0,0 +1 @@ +libX11 diff --git a/motif/sources b/motif/sources new file mode 100644 index 0000000..905a8c9 --- /dev/null +++ b/motif/sources @@ -0,0 +1 @@ +https://newcontinuum.dl.sourceforge.net/project/motif/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz diff --git a/motif/version b/motif/version new file mode 100644 index 0000000..db07b3d --- /dev/null +++ b/motif/version @@ -0,0 +1 @@ +2.3.8 1 -- 2.39.2