# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:/var/cvsroot/gentoo-x86/x11-plugins/gswitchit_plugins/gswitchit_plugins-0.7.ebuild,v1.1 2007/07/13 22:45:59 tester Exp $ DESCRIPTION="Set of core GSwitchIt plugins" HOMEPAGE="http://www.gnome.org/" SRC_URI="mirror://sourceforge/gswitchit/gswitchit_plugins-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=gnome-base/libgnomekbd-2.18.1 >=net-libs/libsoup-2.2 media-libs/libsvg x11-libs/libsvg-cairo x11-libs/cairo" src_compile() { econf || die "econf failure" emake || die "emake failure" } src_install() { make install DESTDIR=${D} || die "make install failure" dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README }