blob: 4f32dd40c0a2a30b063ac75ec737d4de245eb5eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.3.ebuild,v 1.1 2003/05/14 12:30:01 foser Exp $
inherit gnome2
DESCRIPTION="GNet network library."
SRC_URI="http://www.gnetlibrary.org/src/${P}.tar.gz"
HOMEPAGE="http://www.gnetlibrary.org/"
SLOT="2"
LICENSE="LGPL-2"
KEYWORDS="~x86"
# yes, the >= is correct, this software can use both glib 1.2 and 2.0!
DEPEND=">=dev-libs/glib-1.2.0"
G2CONF=" --with-html-dir=${D}/usr/share/doc/${PF}"
DOCS="AUTHORS BUGS ChangeLog COPYING NEWS README TODO"
|