mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-19 03:22:36 +01:00
28 lines
522 B
Bash
28 lines
522 B
Bash
# 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
|
|
}
|
|
|