summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/quicksynergy/quicksynergy-0.8.1.ebuild')
-rw-r--r--x11-misc/quicksynergy/quicksynergy-0.8.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/quicksynergy/quicksynergy-0.8.1.ebuild b/x11-misc/quicksynergy/quicksynergy-0.8.1.ebuild
new file mode 100644
index 000000000..455d589c1
--- /dev/null
+++ b/x11-misc/quicksynergy/quicksynergy-0.8.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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.0
+ >=gnome-base/libglade-2.0
+ >=x11-misc/synergy-1.2.4"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "Install failed"
+ dodoc README ChangeLog AUTHORS NEWS
+}