libraries/xapian-core: Updated for version 0.9.10

This commit is contained in:
titopoquito 2010-05-11 19:45:28 +02:00 committed by Eric Hameleers
parent c599b511e2
commit 70c3c48912

View file

@ -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"