# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P=${PN}-${PV/_/-} DESCRIPTION="Metisse window manager and compositor" HOMEPAGE="http://insitu.lri.fr/metisse/" SRC_URI="http://insitu.lri.fr/metisse/download/0.4.0-rc4/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/nucleo" S=${WORKDIR}/${MY_P} src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }