wok-next diff umplayer-svn/receipt @ rev 20287
remove pure-ftpd-pam, screen-pam, screen-terminfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 08 16:26:01 2017 +0100 (2017-11-08) |
parents | 5c31ac1caa1a |
children | 9b3461bf373c |
line diff
1.1 --- a/umplayer-svn/receipt Fri Jun 01 18:10:20 2012 +0200 1.2 +++ b/umplayer-svn/receipt Wed Nov 08 16:26:01 2017 +0100 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