# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils inherit mono DESCRIPTION="Simias SimpleServer" HOMEPAGE="http://www.ifolder.com/index.php/Simple_Server/" SRC_URI="http://forgeftp.novell.com/ifolder/client/released/3.2.5347.1/src/${P}.tar.gz" IUSE="simpleserver" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND=">=dev-lang/mono-1.0" src_unpack() { unpack ${A} cd ${S} pwd epatch ${FILESDIR}/${P}-FlaimWrapper-Makefile.in-gcclib.patch } src_install() { emake DESTDIR=${D} install if use simpleserver then cd other/SimpleServer cp ${FILESDIR}/SimpleServer.xml ./ emake DESTDIR=${D} install fi }