# Copyright 2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit autotools eutils systemd DESCRIPTION="Xorg drivers for xrdp" HOMEPAGE="http://www.xrdp.org/" SRC_URI="https://github.com/neutrinolabs/xorgxrdp/releases/download/v${PV}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="mirror" RDEPEND="net-misc/xrdp:0= x11-libs/libX11:0=" DEPEND="${RDEPEND} dev-lang/nasm:0=" src_install() { default prune_libtool_files --all }