wok view ffserver/receipt @ rev 17052

slim: fix editing patch, login_cmd stored in other line
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Aug 20 20:12:30 2014 +0200 (2014-08-20)
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 }