wok-next diff python-werkzeug/receipt @ rev 16455
SkypeFreak: add menu item
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 19 13:55:44 2014 +0300 (2014-04-19) |
parents | 1555db35e7e5 |
children | 7390f8de9846 |
line diff
1.1 --- a/python-werkzeug/receipt Thu Aug 15 10:06:57 2013 +0000 1.2 +++ b/python-werkzeug/receipt Sat Apr 19 13:55:44 2014 +0300 1.3 @@ -17,11 +17,11 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - [ -s $SOURCES_REPOSITORY/TARBALL ] || 1.8 - wget --no-check-certificate -O $SOURCES_REPOSITORY/TARBALL $GIT_URL 1.9 + [ -s $SOURCES_REPOSITORY/$TARBALL ] || 1.10 + wget --no-check-certificate -O $SOURCES_REPOSITORY/$TARBALL $GIT_URL 1.11 if [ ! -s $src ]; then 1.12 mkdir -p $(dirname $src) 1.13 - tar xzf $SOURCES_REPOSITORY/TARBALL && 1.14 + tar xzf $SOURCES_REPOSITORY/$TARBALL && 1.15 mv mitsuhiko-werkzeug-$VERSION $src 1.16 fi 1.17 cd $src