IUSE="" DESCRIPTION="Menuing application for Lirc (Linux infrared remote control)" HOMEPAGE="http://www.fi.muni.cz/~xkutale1/en/smartmenu/" LICENSE="GPL" SLOT="0" KEYWORDS="x86" S=${WORKDIR}/smartmenu/src SRC_URI="http://www.fi.muni.cz/~xkutale1/pub/${P}.tar.bz2" RDEPEND="app-misc/lirc" src_compile() { emake || die } src_install() { exeinto /usr/bin doexe ../tools/xevent smartmenu dodoc ../config/menu.xml ../README ../COPYING ../config/lircrc ../config/config insinto /etc newins ../config/config smartmenu } pkg_postinst() { echo einfo "Be sure to copy menu.xml and config to ~/.smartmenu/" einfo "(both files can be found in /usr/share/doc/${P})" echo einfo "Info on how to use smartmenu with lirc can be found in" einfo "/usr/share/doc/${P}/lircrc " echo }