mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/sphinx: Updated for version 2.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4e7a706353
commit
af9d7ffbe6
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sphinx
|
||||
VERSION=${VERSION:-2.1.9}
|
||||
VERSION=${VERSION:-2.2.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -92,7 +92,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING INSTALL doc/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING INSTALL doc/sphinx* doc/*.txt doc/*.pl $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sphinx"
|
||||
VERSION="2.1.9"
|
||||
VERSION="2.2.4"
|
||||
HOMEPAGE="http://www.sphinxsearch.com/"
|
||||
DOWNLOAD="http://sphinxsearch.com/files/sphinx-2.1.9-release.tar.gz"
|
||||
MD5SUM="3b987baa64b9c050c92412a72c4d3059"
|
||||
DOWNLOAD="http://sphinxsearch.com/files/sphinx-2.2.4-release.tar.gz"
|
||||
MD5SUM="84ecc700490b2db1b868cce82878f36f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue