# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/ataidle/ataidle-2.7.1.ebuild $ EAPI="4" DESCRIPTION="Ataidle sets the idle timer on ATA (IDE) hard drives, so the drive spins down when the period of inactivity has expired" HOMEPAGE="http://www.cran.org.uk/~brucec/software/ataidle.html" SRC_URI="http://www.cran.org.uk/~brucec/software/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64" IUSE="" src_install() { into / dosbin ataidle doman ataidle.8 dodoc README COPYING }