# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit autotools git EGIT_REPO_URI="git://anongit.compiz-fusion.org/fusion/decorators/${PN}" DESCRIPTION="Emerald Window Decorator Themes (git)" HOMEPAGE="http://compiz-fusion.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" DEPEND="~x11-wm/emerald-${PV}" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" src_unpack() { git_src_unpack cd "${S}" eautoreconf || die "eautoreconf failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" } pkg_postinst() { ewarn "DO NOT report bugs to Gentoo's bugzilla" einfo "Please report all bugs to #gentoo-desktop-effects" einfo "Thank you on behalf of the Gentoo Desktop-Effects team" }