summaryrefslogtreecommitdiffstats
path: root/misc/xapian-omega/xapian-omega.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xapian-omega/xapian-omega.SlackBuild')
-rw-r--r--misc/xapian-omega/xapian-omega.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/misc/xapian-omega/xapian-omega.SlackBuild b/misc/xapian-omega/xapian-omega.SlackBuild
index 3893f251c5..57dca38c69 100644
--- a/misc/xapian-omega/xapian-omega.SlackBuild
+++ b/misc/xapian-omega/xapian-omega.SlackBuild
@@ -22,13 +22,16 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
-# Quite modified by Robby Workman <rworkman@slackbuilds.org>
+# Based on 1.2.4 version on which Robby Workman <rworkman@slackbuilds.org>
+# gave much help
PRGNAM=xapian-omega
-VERSION=${VERSION:-1.2.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.2.8}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+HTTPD_DIR=${HTTPD_DIR:-/srv/httpd}
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@@ -98,10 +101,6 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
rm -f $PKG/etc/omega.conf
cat $CWD/xapian-omega.conf > $PKG/etc/xapian-omega.conf.new
-# This Vim syntax file is nice to have
-mkdir -p $PKG/usr/share/vim/vim72/syntax
-cp -a extra/omegascript.vim $PKG/usr/share/vim/vim72/syntax
-
# Create the otherwise missing directories listed in /etc/xapian-omega.conf
mkdir -p $PKG/var/lib/xapian-omega/{cdb,data} $PKG/var/log/xapian-omega
@@ -116,7 +115,6 @@ cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-ln -s /var/lib/xapian-omega/templates/README $PKG/usr/doc/$PRGNAM-$VERSION/README.templates
# Adjustments to harmonise with the Debian package created by Xapian developer Olly
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples