wok view ffplay/receipt @ rev 21901

updated shaarli (0.10.3 -> 0.11.1)
author Hans-G?nter Theisgen
date Fri Oct 04 13:08:50 2019 +0100 (2019-10-04)
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 }