# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers. An active fork of synergy" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" #SRC_URI="mirror://google/files/${PN}/${P}.tar.gz" HOMEPAGE="http://code.google.com/p/synergy-plus/" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" RDEPEND="x11-libs/libXtst x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama !x11-misc/synergy" DEPEND="${RDEPEND} x11-proto/xextproto x11-proto/xproto x11-proto/kbproto x11-proto/xineramaproto x11-libs/libXt" src_install () { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog NEWS README insinto /etc doins examples/synergy.conf } pkg_postinst() { elog elog "${PN} can also be used to connect to computers running Windows or Mac OS X." elog "Visit ${HOMEPAGE} to find the Windows client and Mac OS X client." elog }