summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-01-20 18:52:31 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-01-20 18:52:31 +0000
commit78d5f90213f55339001b238b1e135f2a9e1fd42d (patch)
tree278b698ae4ddc1990340213d99b6e44ebee80f91 /net-analyzer/pinger/pinger-0.32c.ebuild
parentStable on amd64 wrt bug #202660 (diff)
downloadgentoo-2-78d5f90213f55339001b238b1e135f2a9e1fd42d.tar.gz
gentoo-2-78d5f90213f55339001b238b1e135f2a9e1fd42d.tar.bz2
gentoo-2-78d5f90213f55339001b238b1e135f2a9e1fd42d.zip
Version bump, x86 stable, remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer/pinger/pinger-0.32c.ebuild')
-rw-r--r--net-analyzer/pinger/pinger-0.32c.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-analyzer/pinger/pinger-0.32c.ebuild b/net-analyzer/pinger/pinger-0.32c.ebuild
new file mode 100644
index 000000000000..9c37b9958742
--- /dev/null
+++ b/net-analyzer/pinger/pinger-0.32c.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/pinger-0.32c.ebuild,v 1.1 2008/01/20 18:52:30 armin76 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="~amd64 ~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 NEWS README
+}