Install this version:
emerge -a =dev-libs/librda-0.0.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/librda-0.0.5
Or alternatively:
emerge --autounmask-write -a =dev-libs/librda-0.0.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.5 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
KEYWORDS="~amd64"
SRC_URI="https://github.com/ArcticaProject/librda/archive/${PV}/${P}.tar.gz"
DESCRIPTION="Remote Desktop Awareness Shared Library"
HOMEPAGE="https://github.com/ArcticaProject/librda/${PN}"
LICENSE="GPL-3"
SLOT="0"
IUSE="ogon x2go"
RESTRICT="test mirror"
DEPEND="
dev-libs/glib
x11-libs/gtk+:3
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-build/automake-wrapper
dev-build/automake
"
src_prepare() {
eapply_user
eautoreconf
}
src_configure() {
local myconf=(
$(use_enable ogon)
$(use_enable x2go)
--disable-tests
)
econf "${myconf[@]}"
}
src_compile() {
emake
}
Manage flags for this package:
euse -i <flag> -p dev-libs/librda |
euse -E <flag> -p dev-libs/librda |
euse -D <flag> -p dev-libs/librda
dev-libs/glib
x11-libs/gtk+:3
dev-libs/glib
x11-libs/gtk+:3
dev-build/automake-wrapper
dev-build/automake
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | librda-0.0.5.tar.gz | 40339 bytes | https://github.com/ArcticaProject/librda/archive/0.0.5/librda-0.0.5.tar.gz |