diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-03-07 18:34:38 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-03-07 18:34:38 +0000 |
commit | e53df5437ae309410a9a8aad80cd9060940d3bcc (patch) | |
tree | 25ffc60fc05a82179530642de0b4f7caf077e969 /net-libs/gnet/gnet-2.0.7.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-e53df5437ae309410a9a8aad80cd9060940d3bcc.tar.gz gentoo-2-e53df5437ae309410a9a8aad80cd9060940d3bcc.tar.bz2 gentoo-2-e53df5437ae309410a9a8aad80cd9060940d3bcc.zip |
New release (2.0.7).
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs/gnet/gnet-2.0.7.ebuild')
-rw-r--r-- | net-libs/gnet/gnet-2.0.7.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-libs/gnet/gnet-2.0.7.ebuild b/net-libs/gnet/gnet-2.0.7.ebuild new file mode 100644 index 000000000000..9f3c2a7eaf34 --- /dev/null +++ b/net-libs/gnet/gnet-2.0.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.7.ebuild,v 1.1 2005/03/07 18:34:38 leonardop Exp $ + +inherit gnome2 + +DESCRIPTION="A simple network library." +HOMEPAGE="http://www.gnetlibrary.org/" +SRC_URI="http://www.gnetlibrary.org/src/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~ia64 ~amd64 ~ppc-macos" + +IUSE="debug doc static" + +RDEPEND=">=dev-libs/glib-1.2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1.2 )" + +DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README* TODO" + +G2CONF="${G2CONF} $(use_enable static)" |