# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Murrine GTK+2 Cairo Engine" HOMEPAGE="http://cimi.netsons.org/pages/murrine.php" SRC_URI="http://cimi.netsons.org/media/download_gallery/murrine/${PN}-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=x11-libs/gtk+-2.6" S=${WORKDIR}/${PN}-${PV} src_compile() { cd ${S} econf --enable-animation || die emake || die } src_install() { emake DESTDIR="${D}" install || die }