23 lines
622 B
Bash
23 lines
622 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild,v 1.1 2012/07/09 21:58:09 sbriesen Exp $
|
|
|
|
EAPI=4
|
|
|
|
inherit base toolchain-funcs
|
|
|
|
DESCRIPTION="Read, Set or disable the idle3 timer of Western Digital drives"
|
|
HOMEPAGE="http://idle3-tools.sourceforge.net/"
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_compile() {
|
|
emake CC="$(tc-getCC)" CFLAGS="-Wall ${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
|
|
}
|