# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit cvs ECVS_SERVER="cvs.freedesktop.org:/cvs/xcb" ECVS_MODULE="${PN}" DESCRIPTION="XCB (Xlib remplacement)" HOMEPAGE="http://freedesktop.org/Software/xcb" LICENSE="AS-IS" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-libs/check x11-libs/xcb-proto x11-libs/xau x11-libs/xproto" RDEPEND="" S=${WORKDIR}/xcb src_compile() { ./autogen.sh || die "autogen.sh failed" econf || die "econf failed" emake || die "emake failed If you get error messages about -lXCB reemerge it with -j1" } src_install() { einstall || die "einstall failed" }