blob: 1b2db53d6e7d7080a891f87c24755538ae4e2489 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-mcast/vanessa-mcast-1.0.0.ebuild,v 1.2 2004/09/04 17:59:54 squinky86 Exp $
DESCRIPTION="Multicast Helper Library"
HOMEPAGE="http://www.vergenet.net/linux/vanessa/"
SRC_URI="http://www.vergenet.net/linux/vanessa/download/vanessa_mcast/1.0.0/vanessa_mcast-1.0.0.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="virtual/libc
>=dev-libs/vanessa-logger-0.0.6
>=net-libs/vanessa-socket-0.0.7"
S=${WORKDIR}/vanessa_mcast-1.0.0
src_install() {
einstall || die
dodoc README NEWS AUTHORS TODO INSTALL
}
|