wok-next view ffplay/receipt @ rev 13024

aaphoto, joe, kmod, mplayer-svn, polkit-dev, polkit-pam, ruby-enterprise, wordpress, xfe-extras: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 16:33:12 2012 +0200 (2012-06-11)
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 }