# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.3.1.ebuild,v 1.12 2008/04/21 13:39:15 flameeyes Exp $ inherit eutils autotools DIGEST="e0c661c65e" DATE="2009-06-17" MY_PN=${PN}-${DIGEST} 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/${MY_PN}-${DATE}.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" S=${WORKDIR}/${MY_PN} src_compile() { eautoreconf econf || die emake || die } src_install () { make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README insinto /etc doins "${S}"/examples/synergy.conf } pkg_postinst() { elog elog "${PN} can also be used to connect to computers running Windows." elog "Visit ${HOMEPAGE} to find the Windows client." elog }