wok-6.x view ffplay/receipt @ rev 19319

Add busybox-httpd-ctrl (fast to: start and stop in menu)
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Jul 13 11:40:02 2016 -0300 (2016-07-13)
parents 269b419967bd
children b05fba2ec312
line source
1 # SliTaz package receipt.
3 PACKAGE="ffplay"
4 VERSION="2.8.7"
5 CATEGORY="multimedia"
6 SHORT_DESC="Very simple and portable media player using the ffmpeg and the SDL library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://ffmpeg.org/"
10 WANTED="ffmpeg"
11 TAGS="audio video player"
12 #HOST_ARCH="i486 arm"
14 DEPENDS="ffmpeg libsdl"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $install/usr/bin/ffplay $fs/usr/bin
21 }