# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="Murrine GTK+2 Cairo Engine" HOMEPAGE="http://www.gnome-look.org/content/show.php?content=42755" SRC_URI="http://cimi.netsons.org/media/download_gallery/murrine/murrine-${PV}.tar.bz2" KEYWORDS="~amd64 ~x86" LICENSE="GPL-2" SLOT="2" IUSE="" RESTRICT="primaryuri" RDEPEND=">=x11-libs/gtk+-2.6" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9" DOCS="AUTHORS ChangeLog NEWS README" S=${WORKDIR}/murrine-${PV} src_compile() { econf --enable-animation || die emake || die }