aboutsummaryrefslogtreecommitdiffstats
path: root/www-apache/mod_h264_streaming/mod_h264_streaming-2.2.5.ebuild
blob: b8c69dd3055ad835b5c7a1a1cb0fdb07e3394c46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit apache-module

DESCRIPTION="h264 streaming module plugin for apache to be able to timeshift a h264 movie during streaming"
HOMEPAGE="http://h264.code-shop.com/"
SRC_URI="http://h264.code-shop.com/download/apache_${P}.tar.gz"

LICENSE="by-nc-sa-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

APACHE2_MOD_CONF="99_${PN}"
APACHE2_MOD_DEFINE="H264_STREAMING"

need_apache2

src_compile() {
	if [ -x ./configure ]; then
		econf
	fi
	if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then
		emake || die "emake failed"
	fi
}