# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit autotools git EGIT_REPO_URI="git://anongit.compiz-fusion.org/fusion/compizconfig/${PN}" DESCRIPTION="Compizconfig Python Bindings (git)" HOMEPAGE="http://compiz-fusion.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" DEPEND=" >=dev-libs/glib-2.6 || ( >=dev-lang/python-2.4 >=dev-lang/python-2.5 ) dev-python/pyrex ~x11-libs/libcompizconfig-${PV} ~x11-wm/compiz-${PV} " S="${WORKDIR}/${PN}" src_unpack() { git_src_unpack } src_prepare() { 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" }