# 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="" DEPEND=">=sys-libs/ncurses-5" src_unpack() { unpack ${A} cd ${S}; patch Makefile < ${FILESDIR}/${P}-Makefile.patch } src_compile() { emake || die } src_install() { dobin httping || die dodoc readme.txt }