dev-libs/librda - 0.0.5 (gentoo-lomiri)

Search

Install

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

Package Information

Description:
Remote Desktop Awareness Shared Library
Homepage:
https://github.com/ArcticaProject/librda/librda
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.0.5 8 ~amd64 0
View Raw Ebuild
# 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
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

    dev-libs/glib
    x11-libs/gtk+:3

RDEPEND

    dev-libs/glib
    x11-libs/gtk+:3

BDEPEND

    dev-build/automake-wrapper
    dev-build/automake

Manifest for 0.0.5

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