# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.8.6.ebuild,v 1.2 2003/02/13 17:07:56 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Control another terminal by moving the mouse on/off the other screen" HOMEPAGE="http://www.keppi.org/projects/xinelama" SRC_URI="http://www.keppi.org/projects/xinelama/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="virtual/x11" src_compile() { ./configure \ --prefix=/usr || die "./configure failed" emake || die } src_install() { make DESTDIR=${D} install }