This commit is contained in:
Gwenhael Le Moine 2011-03-07 09:00:45 +07:00
parent 40ceae4d8e
commit 9bfcc5265a

View file

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