mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/xapian-core: Updated for version 0.9.10
This commit is contained in:
parent
c599b511e2
commit
70c3c48912
1 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue