wok view ffserver/receipt @ rev 16589

dbus: fix init script (with /run and /var/run mounted as tmpfs, we can't preinstall /var/run/dbus, we must create it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 19:10:34 2014 +0200 (2014-05-05)
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 }