summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-11-18 13:10:27 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-11-18 13:10:27 +0000
commit8d2c40beebafc930b9786e8fd01fd8f3cfb51e29 (patch)
tree71d6418826f687e180464388cdf1b23fa83380bc /x11-misc/quicksynergy/quicksynergy-0.8.1.ebuild
parentmedia-gfx/graphicsmagick: Version bumb for graphicsmagick. (diff)
downloadsunrise-8d2c40beebafc930b9786e8fd01fd8f3cfb51e29.tar.gz
sunrise-8d2c40beebafc930b9786e8fd01fd8f3cfb51e29.tar.bz2
sunrise-8d2c40beebafc930b9786e8fd01fd8f3cfb51e29.zip
Version bump.
svn path=/sunrise/; revision=7363
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
+}