summaryrefslogtreecommitdiff
blob: 58856499cd70a6762e8fdfaf110336792a38d532 (plain)
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
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/openmcu/openmcu-1.1.7.ebuild,v 1.2 2003/09/05 23:58:58 msterret Exp $

SRC_URI="http://www.openh323.org/bin/openmcu_${PV}.tar.gz"
HOMEPAGE="http://www.openh323.org"
DESCRIPTION="H.323 conferencing server"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"

DEPEND=">=dev-libs/pwlib-1.5.0
	>=net-libs/openh323-1.12.0"

RDEPEND="${DEPEND}"


src_compile() {
	cd work/openmcu
	OPENH323DIR="/usr/share/openh323" make all || die
}

#src_install() {
#}