wok-6.x view ffplay/receipt @ rev 14819
Add: libcups
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 17 13:45:11 2013 +0200 (2013-07-17) |
parents | 0bfc759d1bad |
children | 7bb096863642 |
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 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 }