updated
Signed-off-by: Gwenhael Le moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
50be17eabe
commit
3b7e7fec16
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
set -x
|
||||
|
||||
PRGNAM=cclive
|
||||
VERSION=0.5.5
|
||||
VERSION=0.5.7
|
||||
|
||||
|
||||
BUILD=1
|
||||
|
@ -27,7 +27,7 @@ PREFIX=/usr
|
|||
[ -e $CWD/$PRGNAM-$VERSION.tar.?z* ] \
|
||||
&& tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
[ ! -e $PRGNAM-$VERSION ] \
|
||||
&& wget -c http://nchc.dl.sourceforge.net/project/$PRGNAM/$PRGNAM/$VERSION/$PRGNAM-$VERSION.tar.gz \
|
||||
&& wget -c http://$PRGNAM.googlecode.com/files/$PRGNAM-$VERSION.tar.bz2 \
|
||||
&& tar xvf $PRGNAM-$VERSION.tar.?z*
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue