# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="DCsharp is a gtk# file sharing client for the Direct Connect protocol." HOMEPAGE="http://dcsharp.com" SRC_URI="mirror://sourceforge/dc-sharp/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=dev-dotnet/gtk-sharp-2.6 >=dev-dotnet/glade-sharp-2.6 >=dev-dotnet/gnome-sharp-2.6" DEPEND="${RDEPEND} dev-util/scons >=dev-util/pkgconfig-0.15.0" src_compile() { scons ${myconf} ${MAKEOPTS} CXXFLAGS="${CXXFLAGS}" PREFIX=/usr || die "scons failed" } src_install() { scons install DESTDIR=${D} || die "scons install failed" }