1
0
Fork 0

TurionPowerControl added

This commit is contained in:
Stefan Reimer 2012-02-06 18:03:03 -08:00
parent 6e6115a5df
commit fdda01dbaf
2 changed files with 26 additions and 0 deletions

2
sys-power/tpc/Manifest Normal file
View File

@ -0,0 +1,2 @@
DIST tpc-0.41.tar.gz 740902 RMD160 a3ffb415eb61851f8a9edb6ee8b70c9bcd88a7aa SHA1 e2d924f383342a8737b531481f3e2c7868c76c8f SHA256 cfbf8e2fac6bfb914f91c4e42b4f4bf436439eff0146eb493184a5009d4ac800
EBUILD tpc-0.41.ebuild 491 RMD160 ac5d07d55fbf8fece5c5f78e33ba3c5a68d49a53 SHA1 ef970ff471ab759fa6075614344654729075dc6c SHA256 ef113c29e2054a3d26837d5228f9183e44d15832b1cefb02b9522e87feb0fc7f

View File

@ -0,0 +1,24 @@
# 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
}