# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.4.0.ebuild,v 1.6 2004/07/02 04:57:24 eradicator Exp $ inherit eutils DESCRIPTION="/dev/epoll access library" HOMEPAGE="http://www.xmailserver.org/linux-patches/nio-improve.html" SRC_URI="http://www.xmailserver.org/linux-patches/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="debug" RDEPEND="dev-libs/pcl" DEPEND="${RDEPEND} sys-devel/pmake" src_unpack() { unpack ${A} cd ${S} cp Makefile{,.orig} epatch ${FILESDIR}/${PV}-makefile.patch } src_compile() { local cfg= use debug \ && cfg="debug" \ || cfg="release" emake EPOLLCFG="${cfg}" || die "emake" } src_install() { make DESTDIR="${D}" install || die dodoc README }