# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="HTTP-Ping" HOMEPAGE="http://www.vanheusden.com/httping/" SRC_URI="http://www.vanheusden.com/httping/${P}.tgz" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~x86" DEPEND=">=sys-libs/ncurses-5" src_compile() { emake || die } src_install() { dobin httping || die make DESTDIR=${D} install || die }