wok view ffplay/receipt @ rev 15854

twisted: Add zopeinterface to build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jan 28 05:56:16 2014 +0000 (2014-01-28)
parents 10b80db82747
children 53082fab5f1e
line source
1 # SliTaz package receipt.
3 PACKAGE="ffplay"
4 VERSION="1.0"
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"
13 DEPENDS="ffmpeg libsdl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $install/usr/bin/ffplay $fs/usr/bin
20 }