updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / open_watcom / PKGBUILD
blobe8eb1f2728b00632f69ac58ec3955b15a65615b4
1 # Adopted by: Jens Staal <staal1978@gmail.com>
3 pkgname=open_watcom
4 pkgver=1.9.0
5 pkgrel=2
6 pkgdesc="The Open Watcom C/C++ 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-c-linux-1.9")
11 md5sums=('960fe6b5cf88769a42949f5fedf62827')
13 build() {
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
22 package() {
23   install -d "$pkgdir/usr/share/licenses/watcom"
24   install -Dm644 $pkgdir/opt/watcom/license.txt $pkgdir/usr/share/licenses/watcom/license.txt