# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="program to monitor special Powerbook/iBook keys" HOMEPAGE="http://pbbuttons.sf.net" SRC_URI="mirror://sourceforge/pbbuttons/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc ~x86" IUSE="gnome" DEPEND=">=x11-libs/gtk+-2.0 >=media-libs/audiofile-0.1.9 >=app-laptop/pbbuttonsd-0.6.8" src_compile() { local myconf use gnome && myconf="${myconf} --with-gnome" econf ${myconf} || die "Configuration failed" make || die "Compile failed" } src_install() { make install DESTDIR=${D} || die dodoc README }