# 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/xlibs" ECVS_MODULE="Xproto" DESCRIPTION="Xproto" HOMEPAGE="http://freedesktop.org/Software/xlibs" LICENSE="AS-IS" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="" S=${WORKDIR}/Xproto src_compile() { ./autogen.sh || die "autogen.sh failed" econf || die "econf failed" } src_install() { einstall || die "einstall failed" }