wok view ffplay/receipt @ rev 20741

barnyard2: added build dependency libtool
author Hans-G?nter Theisgen
date Sun Feb 10 09:22:29 2019 +0100 (2019-02-10)
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 }