# Set default version/arch/build.  You can override these settings
# in the SlackBuild scripts for each package (koffice, for example,
# usually has a different version number), or by setting your own
# environment variables.

if [ -z $VERSION ]; then
  export VERSION=3.5.8
fi

if [ -z $ARCH ]; then
  export ARCH=alpha
fi

if [ -z $BUILD ]; then
  export BUILD=1
fi

if [ -z $TARGET ]; then
  export TARGET=$ARCH-alphaslack-linux
fi

# Number of jobs to compile at once:
if [ -z "$NUMJOBS" ]; then
  export NUMJOBS=-j2
fi

