wok diff umplayer-svn/receipt @ rev 20014

Up: repo update
author Leonardo Laporte <hackdorte@yandex.com>
date Mon Aug 07 05:59:22 2017 -0300 (2017-08-07)
parents 5c31ac1caa1a
children aa1584474883
line diff
     1.1 --- a/umplayer-svn/receipt	Fri Jun 01 18:10:20 2012 +0200
     1.2 +++ b/umplayer-svn/receipt	Mon Aug 07 05:59:22 2017 -0300
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Ultimate Multimedia Player (QT MPlayer frontend)"
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="mplayer libQtCore libQtGui libQtXml"
     1.8 -BUILD_DEPENDS="subversion qt4 Qt4-dev qmake"
     1.9 +LICENSE="GPL3"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.umplayer.com/" 
    1.12  WGET_URL="subversion|https://umplayer.svn.sourceforge.net/svnroot/umplayer/umplayer/trunk"
    1.13  BRANCH="$VERSION"
    1.14  TAGS="player audio video movie"
    1.15  
    1.16 +DEPENDS="mplayer libQtCore libQtGui libQtXml"
    1.17 +BUILD_DEPENDS="subversion qt4 Qt4-dev qmake"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -25,8 +27,8 @@
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr
    1.26 -	cp -a $_pkg/usr/bin $fs/usr
    1.27 -	cp -a $_pkg/usr/share $fs/usr
    1.28 +	cp -a $install/usr/bin $fs/usr
    1.29 +	cp -a $install/usr/share $fs/usr
    1.30  	rm -rf $fs/usr/share/man
    1.31  }
    1.32