wok view ffplay/receipt @ rev 20805
syslinux/iso2exe: add a MessageBox for Win9x (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 16 19:05:06 2019 +0100 (2019-02-16) |
parents | 6a4c46da8e17 |
children | d8057344b557 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ffplay"
4 VERSION="2.8.10"
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 }