diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-02-21 20:28:00 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-02-21 20:28:00 +0000 |
commit | 4b093915935ed8167a5b68c822a21a8ff7e3aabd (patch) | |
tree | 301cd44161dbe884f845fec452fc16a4fe94bcc4 /dev-util/monodoc/monodoc-1.0.6.ebuild | |
parent | Added to ~amd64, bug #80444 (diff) | |
download | gentoo-2-4b093915935ed8167a5b68c822a21a8ff7e3aabd.tar.gz gentoo-2-4b093915935ed8167a5b68c822a21a8ff7e3aabd.tar.bz2 gentoo-2-4b093915935ed8167a5b68c822a21a8ff7e3aabd.zip |
Bump, and remove some older versions.
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-util/monodoc/monodoc-1.0.6.ebuild')
-rw-r--r-- | dev-util/monodoc/monodoc-1.0.6.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/monodoc/monodoc-1.0.6.ebuild b/dev-util/monodoc/monodoc-1.0.6.ebuild new file mode 100644 index 000000000000..9e9c67c4ecd3 --- /dev/null +++ b/dev-util/monodoc/monodoc-1.0.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.0.6.ebuild,v 1.1 2005/02/21 20:28:00 latexer Exp $ + +inherit mono + +DESCRIPTION="Documentation for mono's .Net class library" +HOMEPAGE="http://www.go-mono.com" +SRC_URI="http://www.go-mono.com/archive/${PV}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" +DEPEND=">=dev-dotnet/mono-${PV} + >=dev-dotnet/gtk-sharp-${PV} + >=dev-dotnet/glade-sharp-${PV} + >=dev-dotnet/gtkhtml-sharp-${PV}" + +src_compile() { + econf || die + emake -j1 || die "make failed" +} + +src_install() { + make DESTDIR=${D} install || die +} |