summaryrefslogtreecommitdiff
blob: 20ab7bd4ef1ccab7a705fb0701f52b89c78b8954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
}