blob: af1f259c6459b38545b0524845adcc96ea26d043 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/pinger-0.30.ebuild,v 1.3 2005/09/20 23:44:37 angusyoung Exp $
DESCRIPTION="Cyclic multi ping utility for selected adresses using GTK/ncurses."
HOMEPAGE="http://aa.vslib.cz/silk/projekty/pinger/index.php"
SRC_URI="http://aa.vslib.cz/silk/projekty/pinger/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc x86"
IUSE=""
DEPEND="
>=dev-util/pkgconfig-0.12
>=x11-libs/gtk+-2.4.0
sys-libs/ncurses"
src_install() {
make install DESTDIR=${D}
dodoc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README
}
|