network/spice: Updated for version 0.14.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
817e26a6e6
commit
ab69b1daea
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for spice
|
||||
# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=spice
|
||||
VERSION=${VERSION:-0.13.3}
|
||||
VERSION=${VERSION:-0.14.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,10 +78,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Fix broken (ATM) lz4 autodetection
|
||||
sed -i "s|129|1.7.3|" spice-common/m4/spice-deps.m4
|
||||
autoreconf -fi
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="spice"
|
||||
VERSION="0.13.3"
|
||||
VERSION="0.14.0"
|
||||
HOMEPAGE="https://www.spice-space.org"
|
||||
DOWNLOAD="https://www.spice-space.org/download/releases/spice-0.13.3.tar.bz2"
|
||||
MD5SUM="81113782704848d3afefa43bb93f2184"
|
||||
DOWNLOAD="https://www.spice-space.org/download/releases/spice-0.14.0.tar.bz2"
|
||||
MD5SUM="6622aa7dfb5cd026a4d0d7e659216d26"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="celt051 pyparsing six spice-protocol"
|
||||
|
|
Loading…
Reference in New Issue