summaryrefslogtreecommitdiff
blob: 38d520476258204a374a13ef237b53c5dc84c68d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

DESCRIPTION="GUI for configuring and running synergy"
HOMEPAGE="http://quicksynergy.sourceforge.net/"
SRC_URI="mirror://sourceforge/quicksynergy/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="x11-libs/gtk+:2
	>=x11-misc/synergy-1.2.4"
DEPEND="${RDEPEND}"