Signed-off-by: Gwenhael Le moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le moine 2009-12-19 18:12:44 +07:00
parent 50be17eabe
commit 3b7e7fec16

View file

@ -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*
)