diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-02 16:38:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-03 19:23:15 +0700 |
commit | 4edb9c6320c93682768918ca1b699e2dd9e10c28 (patch) | |
tree | c63bceb37075797133fb3dc335ab9343d274e14e /network/sphinx | |
parent | 4527a3de4054a8af6eac8b115e2349d78edd493c (diff) |
network/sphinx: Updated for version 2.1.8 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sphinx')
-rw-r--r-- | network/sphinx/sphinx.SlackBuild | 28 | ||||
-rw-r--r-- | network/sphinx/sphinx.info | 10 |
2 files changed, 28 insertions, 10 deletions
diff --git a/network/sphinx/sphinx.SlackBuild b/network/sphinx/sphinx.SlackBuild index 4385ac6b7727..9f2863390b0f 100644 --- a/network/sphinx/sphinx.SlackBuild +++ b/network/sphinx/sphinx.SlackBuild @@ -1,11 +1,29 @@ #!/bin/sh # Slackware build script for Sphinx -# Written by <youngmug@animeneko.net> -# Modified by the SlackBuilds.org project +# Originally written by Michael Johnson <youngmug@animeneko.net> +# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sphinx -VERSION=2.0.5 +VERSION=${VERSION:-2.1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -19,7 +37,7 @@ fi CWD=$(pwd) TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-sphinx +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then @@ -48,7 +66,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; #patch to build on i486 patch -p1 < $CWD/sphinx_odbcunix.patch diff --git a/network/sphinx/sphinx.info b/network/sphinx/sphinx.info index 28035ed0e20f..6cd90cdd5943 100644 --- a/network/sphinx/sphinx.info +++ b/network/sphinx/sphinx.info @@ -1,10 +1,10 @@ PRGNAM="sphinx" -VERSION="2.0.5" +VERSION="2.1.8" HOMEPAGE="http://www.sphinxsearch.com/" -DOWNLOAD="http://www.sphinxsearch.com/files/sphinx-2.0.5-release.tar.gz" -MD5SUM="e71fdb5b0c2911247d48fb30550b9584" +DOWNLOAD="http://www.sphinxsearch.com/files/sphinx-2.1.8-release.tar.gz" +MD5SUM="ef21091bb30a82f175be5bf9142490b7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Michael Johnson" -EMAIL="youngmug@animeneko.net" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" |