# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Handler for Sony Vaio jogdial" HOMEPAGE="http://linuxbrit.co.uk/rsjog/" SRC_URI="http://linuxbrit.co.uk/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/x11 >=dev-ruby/ruby-gtk-0.34 app-misc/spicctrl >=media-sound/aumix-2.8" S=${WORKDIR}/${P} src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { emake || die } src_install() { dobin rsjog insinto /usr/share/rsjog doins xpm/* sample.rsjogrc sample.rsjog.menu pushd XTest make DESTDIR=${D} install || die popd dodoc AUTHORS COPYING INSTALL README TODO }