# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/dhcpdump-1.7.ebuild,v 1.1 2007/08/26 20:53:29 bangert Exp $ DESCRIPTION="DHCP Packet Analyzer/tcpdump postprocessor" HOMEPAGE="http://www.mavetju.org/unix/general.php" SRC_URI="http://www.mavetju.org/download/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_install () { make DESTDIR="${D}" install || die }