diff options
Diffstat (limited to 'dev-dotnet/gluezilla/gluezilla-2.2.ebuild')
-rw-r--r-- | dev-dotnet/gluezilla/gluezilla-2.2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-dotnet/gluezilla/gluezilla-2.2.ebuild b/dev-dotnet/gluezilla/gluezilla-2.2.ebuild new file mode 100644 index 000000000000..a553bd1bce95 --- /dev/null +++ b/dev-dotnet/gluezilla/gluezilla-2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.2.ebuild,v 1.1 2009/01/18 17:44:55 loki_val Exp $ + +EAPI=2 + +inherit go-mono mono + +DESCRIPTION="A simple library to embed Gecko (xulrunner) in the Mono Winforms WebControl" +HOMEPAGE="http://mono-project.com/Gluezilla" + +LICENSE="LGPL-2 MPL-1.1" +KEYWORDS="~x86 ~amd64" +SLOT="0" +IUSE="" + +RDEPEND="net-libs/xulrunner:1.9 + x11-libs/gtk+:2" +RDEPEND="${DEPEND}" |