quarks/sys-power/tpc/tpc-0.44.ebuild

25 lines
549 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."
2014-06-18 16:08:37 +00:00
HOMEPAGE="https://code.google.com/p/turionpowercontrol/"
SRC_URI="https://turionpowercontrol.googlecode.com/files/${P}-rc2-src.tar.gz"
2012-02-07 02:03:03 +00:00
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
2014-06-18 16:08:37 +00:00
DEPEND="sys-libs/ncurses"
2012-02-07 02:03:03 +00:00
RDEPEND="${DEPEND}"
2014-06-18 16:08:37 +00:00
S="${WORKDIR}/${P}-rc2-src"
2012-02-07 02:03:03 +00:00
src_install () {
dosbin TurionPowerControl
}