# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.7.ebuild,v 1.11 2005/08/24 01:17:54 vapier Exp $ MY_P="gtk-xfce-engine-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="GTK+2 Xfce Theme Engine" HOMEPAGE="http://xfce.sourceforge.net/" SRC_URI="http://www.xfce.org/archive/xfce-4.2.2/src/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="2" KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2 >=dev-libs/glib-2" DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { make DESTDIR="${D}" install || die "Instalation failed" dodoc AUTHORS ChangeLog NEWS README }