wok diff umplayer-svn/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
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	Thu Aug 09 12:16:16 2018 +0200
     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