diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-08-11 00:32:26 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-08-11 00:32:26 +0000 |
commit | 35a06a9eca661f87709305d930b03a3741b772fb (patch) | |
tree | 00cb3d3f4a9137e301d5d58e277a74d43a303a2c /net-im | |
parent | testing version (diff) | |
download | gentoo-2-35a06a9eca661f87709305d930b03a3741b772fb.tar.gz gentoo-2-35a06a9eca661f87709305d930b03a3741b772fb.tar.bz2 gentoo-2-35a06a9eca661f87709305d930b03a3741b772fb.zip |
testing version
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/openmcu/Manifest | 2 | ||||
-rw-r--r-- | net-im/openmcu/files/digest-openmcu-1.1.7 | 1 | ||||
-rw-r--r-- | net-im/openmcu/openmcu-1.1.7.ebuild | 25 |
3 files changed, 27 insertions, 1 deletions
diff --git a/net-im/openmcu/Manifest b/net-im/openmcu/Manifest index 2db08aa9f262..450b0b522165 100644 --- a/net-im/openmcu/Manifest +++ b/net-im/openmcu/Manifest @@ -1,2 +1,2 @@ -MD5 4ee901add70e2d3512b9998bd60134ee openmcu-1.1.7.ebuild 555 +MD5 757ac578e19d14d4df0644c0fe555647 openmcu-1.1.7.ebuild 604 MD5 48d2727ed476eea13c2bcd912dbdf6e2 files/digest-openmcu-1.1.7 64 diff --git a/net-im/openmcu/files/digest-openmcu-1.1.7 b/net-im/openmcu/files/digest-openmcu-1.1.7 new file mode 100644 index 000000000000..c734656e050c --- /dev/null +++ b/net-im/openmcu/files/digest-openmcu-1.1.7 @@ -0,0 +1 @@ +MD5 041c468256f426e9e5a8cec0cdc769f6 openmcu_1.1.7.tar.gz 34535 diff --git a/net-im/openmcu/openmcu-1.1.7.ebuild b/net-im/openmcu/openmcu-1.1.7.ebuild new file mode 100644 index 000000000000..124eb0373bdb --- /dev/null +++ b/net-im/openmcu/openmcu-1.1.7.ebuild @@ -0,0 +1,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.1 2003/08/11 00:32:01 tantive 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() { +#}
\ No newline at end of file |