# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit git autotools EGIT_REPO_URI="git://anongit.compiz-fusion.org/fusion/libraries/bcop" DESCRIPTION="Compiz Option code Generator (git)" HOMEPAGE="http://compiz-fusion.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" RDEPEND="dev-libs/libxslt" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.19" S="${WORKDIR}/bcop" src_unpack() { git_src_unpack cd "${S}" eautoreconf || die "eautoreconf failed" } src_install() { make DESTDIR="${D}" install || die "make 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" }