# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A small web server that hosts the Mono System.Web classes for running what is commonly known as ASP.NET." HOMEPAGE="http://www.go-mono.com/" SRC_URI="http://www.go-mono.com/archive/${P}.tar.gz" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-dotnet/mono-0.30" src_compile() { econf || die "configure failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die "install failed" }