# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" DESCRIPTION="Software for CyberPower Systems UPS devices" HOMEPAGE="http://eu.cyberpowersystems.com/products/software/pp_linux.htm" SRC_URI="x86? ( http://eu.cyberpowersystems.com/support/download/PPL-${PV}-i386.tar.gz ) amd64? ( http://eu.cyberpowersystems.com/support/download/PPL-${PV}-x86_64.tar.gz )" LICENSE="PowerPanel" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="virtual/libusb:0" S="${WORKDIR}/${P}-0" src_install() { dosbin bin/pwrstat{,d} doman doc/pwrstat{,d}.8 dodoc doc/{README,install-guide,user-manual,deploy-guide} insinto /etc doins conf/pwrstatd.conf exeinto /etc doexe script/pwrstatd-{email,powerfail,lowbatt}.sh newinitd "${FILESDIR}/initd" pwrstatd dodir /var touch "${D}"/var/pwrstatd.{dev,ipc} || die }