1
0
Fork 0
quarks/sys-power/tpc/tpc-0.41.ebuild

25 lines
491 B
Bash
Raw Normal View History

2012-02-07 02:03:03 +00:00
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
DESCRIPTION="TurionPowerControl is a command line tool that allows users to
tweak AMD processors parameters."
HOMEPAGE="http://amdath800.dyndns.org/amd/"
SRC_URI="http://amdath800.dyndns.org/amd/tpc/${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/src"
src_install () {
dosbin TurionPowerControl
}