wok view ffplay/receipt @ rev 22909

task: added build dependency libunistring-dev
author Hans-G?nter Theisgen
date Mon Feb 24 07:33:52 2020 +0100 (2020-02-24)
parents d8057344b557
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ffplay"
4 VERSION="4.2.2"
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 }