wok view ffserver/receipt @ rev 16561

Up: slitaz-configs (automount fix) and add util-linux-eject to polkit deps
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 10:33:40 2014 +0200 (2014-05-01)
parents ee374a54fe7b
children 269b419967bd
line source
1 # SliTaz package receipt.
3 PACKAGE="ffserver"
4 VERSION="2.1.4"
5 CATEGORY="multimedia"
6 SHORT_DESC="FFmpeg audio/video fast and small stream server."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://ffmpeg.org/"
10 WANTED="ffmpeg"
11 TAGS="audio video server"
12 HOST_ARCH="i486 arm"
14 DEPENDS="ffmpeg"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin $fs/etc
20 cp ${stuff}/ffserver.conf $fs/etc
21 cp -a $install/usr/bin/ffserver $fs/usr/bin
22 }