# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/rcenter/rcenter-0.6.2.ebuild,v 1.11 2005/07/09 16:29:58 swegener Exp $ IUSE="" DESCRIPTION="Rcenter - A program to control the EMU10K Remote Control" HOMEPAGE="http://rooster.stanford.edu/~ben/projects/rcenter.php" SRC_URI="http://rooster.stanford.edu/~ben/projects/${P}.tgz" LICENSE="GPL-2" SLOT="0" #-sparc: emu10k1 doesn't get recognized on sparc hardware KEYWORDS="amd64 -sparc x86" DEPEND="virtual/libc" src_compile() { emake || die } src_install() { chmod 755 rcenter dobin rcenter dodir /usr/share/rcenter cp -R config ${D}/usr/share/rcenter/ dodoc HISTORY LICENSE README } pkg_postinst() { einfo "Rcenter Installed - However You need to setup the scripts" einfo "for making remote control commands actually work" einfo einfo "The Skel scripts can be copied from /usr/share/rcenter/config to /.rcenter" einfo "Where is a person who will use rcenter" einfo "Remeber to use emu-config -i to turn on the remote" }