wok view ffplay/receipt @ rev 13360

Add redshift
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 12 10:58:59 2012 +0200 (2012-09-12)
parents 6b4a3a3d3dbb
children 10b80db82747
line source
1 # SliTaz package receipt.
3 PACKAGE="ffplay"
4 VERSION="0.11.1"
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 WEB_SITE="http://ffmpeg.org/"
9 WANTED="ffmpeg"
10 TAGS="audio video player"
12 DEPENDS="ffmpeg libsdl"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/ffplay $fs/usr/bin
19 }