diff options
-rw-r--r-- | libraries/xapian-core/xapian-core.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/xapian-core/xapian-core.SlackBuild b/libraries/xapian-core/xapian-core.SlackBuild index 75864991a6..75ac96c56a 100644 --- a/libraries/xapian-core/xapian-core.SlackBuild +++ b/libraries/xapian-core/xapian-core.SlackBuild @@ -24,15 +24,15 @@ # Exit on most errors set -e -PRGNAM=xapian-core # replace with name of program -VERSION=0.9.10 # replace with version of program -ARCH=${ARCH:-i486} # this should not change +PRGNAM=xapian-core +VERSION=0.9.10 +ARCH=${ARCH:-i486} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} # the "_SBo" is required +TAG=${TAG:-_SBo} CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp +OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" |