# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="Window Manager Logger." SRC_URI="http://www.lri.fr/~chapuis/software/wmtrace/${P}.tar.gz" HOMEPAGE="http://insitu.lri.fr/~chapuis/software/wmtrace" DEPEND="virtual/x11" RDEPEND="${DEPEND}" SLOT="0" LICENSE="CeCILL" KEYWORDS="~x86" src_compile() { econf || die "configure failed" emake || die "make failed" } src_install() { make DESTDIR=${D} install || die "make install failed" } pkg_postinst(){ ewarn "This ebuild installs the core wmtrace." ewarn "\"wmtrace-on\" must be started per user." ewarn "\"wmtrace-autostart -c\" is the command to launch, as a user in terminal or" ewarn "with the session manager." }