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