# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /gentoo-x86/x11-misc/gcompmgr-0.21.ebuild $ DESCRIPTION="A Gnome GUI interface to xcompmgr." HOMEPAGE="http://sourceforge.net/projects/gcompmgr/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" DEPEND=">=x11-misc/transset-0.1_pre20040821 >=x11-misc/xcompmgr-1.1 >=dev-cpp/gtkmm-2.0" S=${WORKDIR}/${P} src_unpack() { unpack ${A} || die "Unpacking the source failed" cd ${S} || die "Could not change directory." } src_compile() { sh autogen.sh econf || die "Configure failed" emake || die "Make failed" } src_install() { einstall || die "Install failed" }