summaryrefslogtreecommitdiffstats
path: root/libraries/xapian-core
diff options
context:
space:
mode:
author titopoquito2010-05-11 19:45:28 +0200
committer Eric Hameleers2010-05-11 19:45:28 +0200
commit70c3c4891269287092b471fbb39f81983cca93d2 (patch)
treefbd0f0831f957cb39f36f1e5e48b3c0488ef5f0f /libraries/xapian-core
parentc599b511e274d33f9e285a773d866c1ca5e5a2e7 (diff)
downloadslackbuilds-70c3c4891269287092b471fbb39f81983cca93d2.tar.gz
libraries/xapian-core: Updated for version 0.9.10
Diffstat (limited to 'libraries/xapian-core')
-rw-r--r--libraries/xapian-core/xapian-core.SlackBuild12
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"