From 70c3c4891269287092b471fbb39f81983cca93d2 Mon Sep 17 00:00:00 2001 From: titopoquito Date: Tue, 11 May 2010 19:45:28 +0200 Subject: [PATCH] libraries/xapian-core: Updated for version 0.9.10 --- libraries/xapian-core/xapian-core.SlackBuild | 12 ++++++------ 1 file 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"