wok view ffplay/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 7bb096863642
children 269b419967bd
line source
1 # SliTaz package receipt.
3 PACKAGE="ffplay"
4 VERSION="2.1.4"
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 }