wok-6.x rev 19384
smtube: update depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Aug 20 03:13:02 2016 +0200 (2016-08-20) |
parents | 20a3bbae50ec |
children | 89ac50e7e4b0 |
files | smtube/receipt |
line diff
1.1 --- a/smtube/receipt Sat Aug 20 01:53:50 2016 +0200 1.2 +++ b/smtube/receipt Sat Aug 20 03:13:02 2016 +0200 1.3 @@ -10,13 +10,12 @@ 1.4 WEB_SITE="http://smtube.sourceforge.net/" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="mplayer-opt libQtGui libQtXml libQtScript libQtNetwork libQtWebkit" 1.8 +DEPENDS="mplayer-opt libQtGui libQtXml libQtScript libQtWebkit cacerts" 1.9 BUILD_DEPENDS="wget qmake Qt4-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src 1.15 make PREFIX=/usr && 1.16 make PREFIX=/usr DESTDIR=$DESTDIR install 1.17 }