# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="http protocol ping-like program" HOMEPAGE="http://www.vanheusden.com/httping/" SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} cd ${S}; patch Makefile < ${FILESDIR}/${P}-Makefile.patch } src_compile() { emake || die } src_install() { dodir /usr/bin einstall DESTDIR=${D} || die dodoc readme.txt }