diff options
Diffstat (limited to 'net-misc/anydesk/anydesk-2.6.1.ebuild')
-rw-r--r-- | net-misc/anydesk/anydesk-2.6.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/anydesk/anydesk-2.6.1.ebuild b/net-misc/anydesk/anydesk-2.6.1.ebuild new file mode 100644 index 0000000..7b90861 --- /dev/null +++ b/net-misc/anydesk/anydesk-2.6.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="All-In-One Solution for Remote Access and Support over the Internet" +HOMEPAGE="http://anydesk.de/" +SRC_URI=" + x86? ( http://download.anydesk.com/linux/${P}-i686.tar.gz ) + amd64? ( http://download.anydesk.com/linux/${P}-amd64.tar.gz )" + +LICENSE="" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="x11-libs/gtkglext" +RDEPEND="${DEPEND}" + +src_install() { + dobin anydesk +} |