# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Acpitail shows in a tail-like way information off the battery-state, fan-states, temperatures, etc. of an ACPI capable system (mostly laptops)." HOMEPAGE="http://www.vanheusden.com/acpitail/" SRC_URI="http://www.vanheusden.com/acpitail/${P}.tgz" SLOT="0" LICENSE="MIT/X" KEYWORDS="GPL-2" IUSE="" DEPEND="sys-libs/libacpi" src_compile() { emake || die "emake failed" } src_install () { dobin acpitail dodoc license.txt readme.txt }