# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Script to test whether computer is running on AC power" HOMEPAGE="http://packages.debian.org/testing/utils/powermgmt-base" SRC_URI="http://ftp.debian.org/debian/pool/main/p/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_compile() { emake || die "emake failed" } src_install() { dodir /usr/bin emake DESTDIR=${D} install || die doman man/acpi_available.1 man/apm_available.1 man/on_ac_power.1 }