# 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="Compiz Configuration System (git)" HOMEPAGE="http://compiz-fusion.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" RDEPEND=" dev-libs/libxml2 ~x11-wm/compiz-${PV}" DEPEND=">=dev-util/pkgconfig-0.19" S="${WORKDIR}/${PN}" src_prepare() { intltoolize --copy --force || die "intltoolize failed" eautoreconf || die "eautoreconf failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" # Don't install an empty directory rmdir "${D}"/usr/share/locale } 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" }