# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Mythetomer is a remote controller for MythTV using Bluetooth or WLAN." HOMEPAGE="http://netti.nic.fi/~icewood/mythetomer/index.php" SRC_URI="http://netti.nic.fi/~icewood/mythetomer/download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="net-wireless/bluez-libs x11-libs/libX11" RDEPEND="" src_install() { insinto /etc doins "${PN}.conf" || die dobin "${PN}" || die }