wok view umplayer-svn/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents
children b0c60d808e5c
line source
1 # SliTaz package receipt.
3 PACKAGE="umplayer-svn"
4 VERSION="181"
5 CATEGORY="multimedia"
6 SHORT_DESC="Ultimate Multimedia Player (QT MPlayer frontend)"
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="mplayer libQtCore libQtGui libQtXml"
9 BUILD_DEPENDS="subversion qt4 Qt4-dev qmake"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.umplayer.com/"
12 WGET_URL="subversion|https://umplayer.svn.sourceforge.net/svnroot/umplayer/umplayer/trunk"
13 BRANCH="$VERSION"
14 TAGS="player audio video movie"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make PREFIX=/usr &&
21 make PREFIX=/usr DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/share $fs/usr
30 rm -rf $fs/usr/share/man
31 }