# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-laptop/acpitool/acpitool-0.4.5.ebuild,v 1.1 2006/06/05 09:39:23 genstef Exp $ DESCRIPTION="A small command line application, intended to be a replacement for the apm tool" HOMEPAGE="http://freeunix.dyndns.org:8088/site2/acpitool.shtml" SRC_URI="http://freeunix.dyndns.org:8088/ftp_site/pub/unix/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" src_install() { make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS ChangeLog README TODO }