From: Armaan Bhojwani Date: Mon, 5 Jul 2021 00:00:00 +0000 (-0400) Subject: motif: new package at 2.3.8 X-Git-Tag: 2021.07.15-1~69 X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=05df65b4a4e6f2381341fa75f55cb9533262a5d2 motif: new package at 2.3.8 --- 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