download
This commit is contained in:
parent
40ceae4d8e
commit
9bfcc5265a
1 changed files with 2 additions and 5 deletions
|
@ -26,11 +26,8 @@ PREFIX=/usr
|
|||
|
||||
# Fetching sources
|
||||
( cd $TMP
|
||||
[ -e $CWD/$PRGNAM-$VERSION.tar.?z* ] \
|
||||
&& tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
# [ ! -e $PRGNAM-$VERSION ] \
|
||||
# && wget -c http://$PRGNAM.googlecode.com/files/$PRGNAM-$VERSION.tar.bz2 \
|
||||
# && tar xvf $PRGNAM-$VERSION.tar.?z*
|
||||
[ ! -e $CWD/$PRGNAM-$VERSION.tar.?z* ] && wget -c http://www.rpl2.net/download/$PRGNAM-$VERSION.tar.bz2 -O $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
)
|
||||
|
||||
# Preparation
|
||||
|
|
Loading…
Add table
Reference in a new issue