Differences From Artifact [bd86b0ccb4]:
- Executable file server/buildpkgs/tcc4tcl/build.sh — part of check-in [b9edcbd4d2] at 2014-06-22 00:51:23 on branch trunk — Updated to not support multiarch Mac OS X builds in tcc4tcl (which won't actually work with it) (user: rkeene, size: 1436) [annotate] [blame] [check-ins using]
To Artifact [753492a0f5]:
- Executable file server/buildpkgs/tcc4tcl/build.sh — part of check-in [276fccc140] at 2014-06-23 20:18:36 on branch trunk — tcc4tcl 0.21 (user: rkeene, size: 1436) [annotate] [blame] [check-ins using]
1 1 #! /bin/bash 2 2 3 3 # Define parameters 4 -VERS=0.20 4 +VERS=0.21 5 5 SRC="src/tcc4tcl-${VERS}.tar.gz" 6 6 SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz" 7 7 BUILDDIR="tcc4tcl-${VERS}" 8 8 LICENSE="LGPLv2.1" 9 9 export VERS SRC SRCURL BUILDDIR 10 10 11 11 # Load common functions