wok diff smtube/receipt @ rev 19530

Tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 29 15:26:24 2016 +0200 (2016-11-29)
parents f1b019f776c9
children 9a9d8eb38212
line diff
     1.1 --- a/smtube/receipt	Thu May 21 18:01:32 2015 +0300
     1.2 +++ b/smtube/receipt	Tue Nov 29 15:26:24 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  }