# 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-Proto" HOMEPAGE="http://freedesktop.org/Software/xcb" LICENSE="AS-IS" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-libs/check dev-util/pkgconfig dev-libs/libxslt" RDEPEND="" S=${WORKDIR}/${PN} src_compile() { ./autogen.sh || die "autogen.sh failed" econf || die "econf failed" } src_install() { einstall || die "einstall failed" }