openmotif: initial commit, version 2.3.8

This commit is contained in:
Tim Biermann 2021-02-11 11:17:45 +01:00
parent 8953f04f12
commit 0fbf91b29b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 1317 additions and 0 deletions

1300
openmotif/.footprint Normal file

File diff suppressed because it is too large Load Diff

17
openmotif/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description:
# URL:
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=openmotif
version=2.3.8
release=1
source=(https://downloads.sourceforge.net/project/motif/Motif%20$version%20Source%20Code/motif-$version.tar.gz)
build() {
cd motif-$version
./configure --prefix=/usr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}