summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Staal2015-12-10 04:48:38 +0100
committerJens Staal2015-12-10 04:48:38 +0100
commitdc17aa9cb1873fd9b8903043b83fef99f18ff47f (patch)
tree3589bbf48cfce6375e6471e98fdeb34cfe58afc9
parentdf7a2cca8fce54df920bf304d577260592209404 (diff)
downloadaur-dc17aa9cb1873fd9b8903043b83fef99f18ff47f.tar.gz
TERM=linux, thanks ackalker
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ceaa135f84e..a52782d09a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Dec 10 03:47:48 UTC 2015
pkgbase = openwatcom-v2
pkgdesc = The Open Watcom Fortran/C/C++ compiler, binary distribution -V2 fork
pkgver = 2.0
@@ -10,8 +12,8 @@ pkgbase = openwatcom-v2
options = !strip
source = http://downloads.sourceforge.net/project/openwatcom/current-build/open-watcom-2_0-c-linux-x86
source = http://downloads.sourceforge.net/project/openwatcom/current-build/open-watcom-2_0-f77-linux-x86
- md5sums = 29ac53b5aa9779a4672291dd3d529948
- md5sums = 3fdbc282d1f95c6a1f20ccb5d7230c08
+ md5sums = SKIP
+ md5sums = SKIP
pkgname = openwatcom-v2
diff --git a/PKGBUILD b/PKGBUILD
index 4328f5291068..33034fe24581 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Mantainer: Jens Staal <staal1978@gmail.com>
+# Contributor : ackalker
# Modified from open_watcom: Felix Stirlitz <m.p.isaev@yandex.com>
# adjust the configuration below to change options
pkgname=openwatcom-v2
@@ -60,8 +61,8 @@ rtsource=true # Runtime library source
3s=true # Stack calling convention libraries
cplusplus=true # C++ support
EOF
- ./open-watcom-2_0-f77-linux-x86 -i -dDstDir="$pkgdir/opt/watcom" -dOWDir="/opt/watcom" -f="$_tmpnam"
- ./open-watcom-2_0-c-linux-x86 -i -dDstDir="$pkgdir/opt/watcom" -dOWDir="/opt/watcom" -f="$_tmpnam"
+ TERM=linux ./open-watcom-2_0-f77-linux-x86 -i -dDstDir="$pkgdir/opt/watcom" -dOWDir="/opt/watcom" -f="$_tmpnam"
+ TERM=linux ./open-watcom-2_0-c-linux-x86 -i -dDstDir="$pkgdir/opt/watcom" -dOWDir="/opt/watcom" -f="$_tmpnam"
install -d "$pkgdir/usr/share/licenses/watcom"
install -Dm644 "$pkgdir/opt/watcom/license.txt" "$pkgdir/usr/share/licenses/watcom/license.txt"
_pkgdirsane="$(echo "$pkgdir" | sed -e 's,[\[^$.+*\\?],\\&,g')"