blob: f096f2d836c5ff7a0f11b05b6fe2157477816b53 [file] [log] [blame]
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-addins/mono-addins-0.3.1.ebuild,v 1.4 2008/11/23 12:35:44 loki_val Exp $
inherit mono multilib
DESCRIPTION="A generic framework for creating extensible applications"
HOMEPAGE="http://www.mono-project.com/Mono.Addins"
SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=dev-lang/mono-1.9
>=dev-dotnet/gtk-sharp-2.0"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.19"
src_install() {
emake DESTDIR="${D}" install || die "install failed"
}