1 # Adopted by: Jens Staal <staal1978@gmail.com>
3 pkgname=open_watcom-f77
6 pkgdesc="The Open Watcom F77 compiler, binary distribution"
8 url="http://www.openwatcom.org"
9 license=('custom:OWPL-1')
10 source=("ftp://ftp.heanet.ie/pub/openwatcom/open-watcom-f77-linux-1.9")
11 md5sums=('8985018415fcdc90bab67d1b470f0fa2')
14 export TERMINFO=/usr/lib/terminfo
15 chmod 755 $srcdir/open-watcom-f77-linux-1.9
17 install -d "$pkgdir/opt/watcom"
18 msg "installer for F77 compiler will start ... choose $pkgdir/opt/watcom as destination directory"
19 ./open-watcom-f77-linux-1.9
23 install -d "$pkgdir/usr/share/licenses/watcom"
24 install -Dm644 $pkgdir/opt/watcom/license.txt $pkgdir/usr/share/licenses/watcom/licence-f77.txt