# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit mono eutils DESCRIPTION="MonoUML is a CASE tool based on the mono Framework" MY_P=${P}-20050529 EC_P=expertcoder-bin-20050503 SRC_URI="http://forge.novell.com/modules/xfcontent/private.php/monouml/MonoUML/${MY_P}.tar.gz mirror://sourceforge/expertcoder/${EC_P}.zip" HOMEPAGE="http://www.monouml.org" LICENSE="GPL-2" IUSE="" DEPEND=">=dev-lang/mono-1.1.7 >=dev-dotnet/gtk-sharp-1.9.5" KEYWORDS="~x86" SLOT="0" src_unpack() { unpack ${A} cp ${WORKDIR}/${EC_P}/*.dll ${WORKDIR}/${P}/bin/ || die } src_install() { make DESTDIR=${D} install || die dodoc ChangeLog README AUTHORS }