libraries/live555: Updated for version 2011.12.23.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
61e1d13e05
commit
47844931dd
|
@ -7,7 +7,7 @@
|
|||
# Modified for SlackBuilds.org by Erik Hanson <erik@slackbuilds.org>
|
||||
|
||||
PRGNAM=live555
|
||||
VERSION=${VERSION:-2010.01.11}
|
||||
VERSION=${VERSION:-2011.12.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -36,7 +36,7 @@ set -eu
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
tar xvf $CWD/$SRCNAM.$VERSION.tar.gz
|
||||
tar xvf $CWD/live.$VERSION.tar.gz
|
||||
cd $SRCNAM
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="live555"
|
||||
VERSION="2010.01.11"
|
||||
VERSION="latest"
|
||||
HOMEPAGE="http://www.live555.com/"
|
||||
DOWNLOAD="http://slackbuilds.org/sources/13.0/live.2010.01.11.tar.gz"
|
||||
MD5SUM="a7c84fdb957df5f053a3092d06bb4263"
|
||||
DOWNLOAD="https://live555sourcecontrol.googlecode.com/files/live.2011.12.23.tar.gz"
|
||||
MD5SUM="a7993e7baa4cfa56985b74219e00dff5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue