# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Hybrid Share is a User Friendly Application for Mac, Windows and Linux users, that allow you to Share file (and Talk) istantly with your friends..." HOMEPAGE="http://hybrid-share.sourceforge.net/" SRC_URI="mirror://sourceforge/hybrid-share/hybrid-share-${PV}-linux.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.0 >=dev-lang/mono-1.1.13.8.1 >=dev-dotnet/gtk-sharp-2.10.0 >=dev-dotnet/glade-sharp-2.10.0" DEPEND="${RDEPEND}" S=${WORKDIR}/hybrid-share src_install() { dobin ${WORKDIR}/usr/bin/hybrid-share dodir /usr/lib/HybridShare insinto /usr/lib/HybridShare doins ${WORKDIR}/usr/lib/HybridShare/* insinto /usr/lib/HybridShare/Plugins doins ${WORKDIR}/usr/lib/HybridShare/Plugins/* insinto /usr/share/applications/ doins ${WORKDIR}/usr/share/applications/hybrid-share.desktop insinto usr/share/pixmaps/ doins ${WORKDIR}/usr/share/pixmaps/HybridShare.png }