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