# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Summarizes TCP/IP dump files into a self-describing ASCII format" HOMEPAGE="http://www.cs.ucla.edu/~kohler/ipsumdump/" SRC_URI="http://www.cs.ucla.edu/~kohler/ipsumdump/ipsumdump-1.61.tar.gz" LICENSE="Click" KEYWORDS="~x86" IUSE="" DEPEND="" src_compile() { econf || die "econf failed" # Apparently -j5 breaks it. emake -j1 || die "emake failed" } src_install() { # Makefile doesn't seem to respect DESTDIR einstall || die }