Licensed ma* to mz*

This commit is contained in:
saltedcoffii
2021-03-20 13:15:24 -04:00
parent 2cbc740158
commit da5bae604c
68 changed files with 89 additions and 24 deletions

View File

@@ -4,6 +4,7 @@ class Motif < Package
description 'Motif is a freely available source code distribution for the Motif user interface component toolkit.'
homepage 'https://motif.ics.com/'
version '2.3.8'
license 'LGPL-2.1+ and MIT'
compatibility 'all'
source_url 'https://downloads.sourceforge.net/project/motif/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz'
source_sha256 '859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7'
@@ -40,4 +41,3 @@ class Motif < Package
system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
end
end