# 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=4.4.3
fi

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

if [ -z "$SLKCFLAGS" ]; then
   export SLKCFLAGS="-O2 -march=armv4t"
fi

# Number of jobs to compile at once:
# can't do this for ARMedslack yet
# this is set by ~/armedslack/dbuild
#if [ -z "$NUMJOBS" ]; then
#  export NUMJOBS=-j5
#fi

# Additional cmake flags that are spanned across the KDE modules
# Do not use "final build" unless we build an actual release.
#export KDE_OPT_ARGS=" -DKDE4_ENABLE_FINAL=\"ON\"  -DSITE=\"slackware.com\" "
export KDE_OPT_ARGS=" -DSITE=\"slackware.com\" "

