# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Program your Logitech Harmony universal remote control" HOMEPAGE="http://www.phildev.net/harmony/" SRC_URI="mirror://sourceforge/harmonycontrol/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND=">=dev-libs/libusb-0.1.12-r1" src_install() { cd ${S} dobin harmony doman harmony.1 dodoc Changelog README license.txt insinto /usr/share/doc/${P} doins -r examples } pkg_postinst() { einfo "Set up your remote by visiting members.harmonyremote.com." einfo "Using the Web forms on that site, set up the remote configuration" einfo "and download the result in an .EZHex file. Then write it to the" einfo "remote with the command-line harmony tool. The same username and password" einfo "combo used for the Logitech GUI configurator works to access the Web site." echo einfo "Reading and writing data to the remote requires raw I/O access," einfo "so you need run harmony as root." }