wok-current view ffplay/receipt @ rev 7841
Up: xorg-xrdb *DEPENDS*
remove gcc from DEPENDS,add slitaz-toolchain pkg-config to BUILD_DEPENDS
remove gcc from DEPENDS,add slitaz-toolchain pkg-config to BUILD_DEPENDS
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Tue Dec 28 03:20:06 2010 +0000 (2010-12-28) |
parents | 7a3e60dd9305 |
children | b7e210940c3e |
line source
1 # SliTaz package receipt.
3 PACKAGE="ffplay"
4 VERSION="0.6.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 DEPENDS="ffmpeg libsdl"
11 TAGS="audio video player"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $_pkg/usr/bin/ffplay $fs/usr/bin
18 }