wok view ffplay/receipt @ rev 16040
tazpanel: gettext is installed in chroot
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 09 11:49:44 2014 +0100 (2014-03-09) |
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 }