# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Userspace daemon for the Netfilter's Connection Tracking System." HOMEPAGE="http://people.netfilter.org/pablo/conntrackd" SRC_URI="http://people.netfilter.org/pablo/conntrackd/downloads/conntrackd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=net-libs/libnfnetlink-0.0.25 >=net-libs/libnetfilter_conntrack-0.0.50" RDEPEND="${DEPEND}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }