# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Software for the IguanaWorks USB IR Transceiver" HOMEPAGE="http://iguanaworks.net/" SRC_URI="http://iguanaworks.net/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="app-misc/lirc" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-gentoo.patch || die "gentoo patch failed" } src_compile() { cd "${S}" emake || die "emake failed" } src_install() { emake install DESTDIR="${D}" || die "emake failed" }