wok-6.x rev 18069
smtube: try to fix build
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed May 20 00:18:47 2015 +0200 (2015-05-20) |
parents | 240736300028 |
children | 82fa5f95bda8 |
files | smtube/receipt |
line diff
1.1 --- a/smtube/receipt Tue May 19 23:57:59 2015 +0200 1.2 +++ b/smtube/receipt Wed May 20 00:18:47 2015 +0200 1.3 @@ -7,11 +7,12 @@ 1.4 MAINTAINER="psychomaniak@xakep.ru" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -WEB_SITE="http://smtube.sourceforge.net/" 1.8 +WEB_SITE="http://smtube.sourceforge.net/" 1.9 +SF_MIRROR="http://downloads.sourceforge.net" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 1.12 DEPENDS="mplayer-opt libQtGui libQtXml libQtScript libQtNetwork libQtWebkit" 1.13 -BUILD_DEPENDS="qmake Qt4-dev" 1.14 +BUILD_DEPENDS="wget qmake Qt4-dev" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules()