sys-apps/radeontool - 9999 (farmboy0)

Search

Package Information

Description:
Utility to get/set registers and controlling backlight on radeon based GPUs
Homepage:
https://cgit.freedesktop.org/~airlied/radeontool/

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

EGIT_REPO_URI="git://people.freedesktop.org/~airlied/radeontool"

if [[ ${PV} = 9999* ]]; then
	GIT_ECLASS="git-r3"
fi

inherit autotools ${GIT_ECLASS}

DESCRIPTION="Utility to get/set registers and controlling backlight on radeon based GPUs"
HOMEPAGE="https://cgit.freedesktop.org/~airlied/radeontool/"

if [[ $PV == 9999* ]]; then
	SRC_URI=""
else
	SRC_URI="http://people.freedesktop.org/~airlied/${PN}/${P}.tar.bz2"
fi

LICENSE="ZLIB"
SLOT="0"
KEYWORDS=""

IUSE=""

RDEPEND="x11-libs/libpciaccess"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	default
        eautoreconf
}

Dependencies

DEPEND

x11-libs/libpciaccess
	virtual/pkgconfig

RDEPEND

x11-libs/libpciaccess