wok-6.x view ffplay/receipt @ rev 4884
Add ncursesw (UTF-8 support for curses libs) and modify ncurses pkg
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Feb 05 23:13:39 2010 +0100 (2010-02-05) |
parents | |
children | fb8aceda65ff |
line source
1 # SliTaz package receipt.
3 PACKAGE="ffplay"
4 VERSION="0.5"
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"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/ffplay $fs/usr/bin
17 }