# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Backend library for metisse" HOMEPAGE="http://insitu.lri.fr/metisse/" SRC_URI="http://insitu.lri.fr/metisse/download/0.4.0-rc4/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/mesa net-misc/mDNSResponder" src_compile() { econf --disable-qt || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }