# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit autotools toolchain-funcs git-r3

DESCRIPTION="OpenGL widget for GTK+ GUI toolkit"
HOMEPAGE="www.mono-project.com/GtkGLArea"
EGIT_REPO_URI="https://github.com/caramelli/gtkglarea.git"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 -mips ppc ppc64 sh -sparc x86"

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
}