# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mono DESCRIPTION="XSP is a simple web server written in C# that can be used to run your ASP.NET applications" HOMEPAGE="http://www.go-mono.com/" SRC_URI="http://www.go-mono.com/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-dotnet/mono-0.30" src_compile() { econf || die "configure failed" emake || die "emake failed" } src_install() { make install DESTDIR=${D} || die exeinto /etc/init.d ; newexe ${FILESDIR}/xsp.initd xsp insinto /etc/conf.d ; newins ${FILESDIR}/xsp.confd xsp }