updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / open_watcom-f77 / PKGBUILD
blobeab6f5445ab46ae6fd9847578bee666ecdfc17aa
1 # Adopted by: Jens Staal <staal1978@gmail.com>
3 pkgname=open_watcom-f77
4 pkgver=1.9.0
5 pkgrel=2
6 pkgdesc="The Open Watcom F77 compiler, binary distribution"
7 arch=("i686")
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')
13 build() {
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
22 package() {
23   install -d "$pkgdir/usr/share/licenses/watcom"
24   install -Dm644 $pkgdir/opt/watcom/license.txt $pkgdir/usr/share/licenses/watcom/licence-f77.txt