wok view ffplay/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents b05fba2ec312
children a8c19836fac1
line source
1 # SliTaz package receipt.
3 PACKAGE="ffplay"
4 VERSION="4.1.3"
5 CATEGORY="multimedia"
6 TAGS="audio video player"
7 SHORT_DESC="Very simple and portable media player using the ffmpeg and the SDL library."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2 LGPL2.1"
10 WEB_SITE="https://ffmpeg.org/"
12 DEPENDS="ffmpeg libsdl2"
13 WANTED="ffmpeg"
15 #HOST_ARCH="i486 arm"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin
21 cp -a $install/usr/bin/ffplay $fs/usr/bin
22 }