# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit eutils DESCRIPTION="eCAP is a software interface that allows a network application, such as an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module." HOMEPAGE="http://www.e-cap.org/" SRC_URI="http://www.measurement-factory.com/tmp/ecap/${P}.tar.gz" LICENSE="libecap" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="" RDEPEND="" src_prepare() { epatch "${FILESDIR}/libecap-limits.h-include.patch" } src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc CREDITS NOTICE README || die "dodoc failed" }