You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-laptop/radeontool/radeontool-1.5-r3.ebuild

43 lines
935 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/radeontool/radeontool-1.5-r3.ebuild,v 1.6 2009/10/16 18:53:02 bangert Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Control the backlight and external video output of ATI Radeon Mobility graphics cards"
HOMEPAGE="http://fdd.com/software/radeon/"
SRC_URI="http://fdd.com/software/radeon/${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="sys-apps/sed"
RDEPEND="sys-apps/pciutils"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}"-mmap.patch
epatch "${FILESDIR}/${P}"-vga-ati.patch
epatch "${FILESDIR}/${P}"-pagesize.patch
sed -i \
-e "s:-Wall -O2:${CFLAGS} ${LDFLAGS}:" \
-e "s:gcc:$(tc-getCC):" \
"${S}"/Makefile
}
src_compile() {
emake || die "emake failed"
}
src_install() {
dosbin radeontool
dodoc CHANGES
}