diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2007-04-06 16:57:35 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2007-04-06 16:57:35 +0000 |
commit | 491847e6d44d8387ec1d4560915ab1440bf5ee71 (patch) | |
tree | 17bff5ab59b36eee3e916e6248dc1f275e0cec7a /net-analyzer/pinger/pinger-0.32.ebuild | |
parent | added ~ppc and ~sparc keywords (diff) | |
download | gentoo-2-491847e6d44d8387ec1d4560915ab1440bf5ee71.tar.gz gentoo-2-491847e6d44d8387ec1d4560915ab1440bf5ee71.tar.bz2 gentoo-2-491847e6d44d8387ec1d4560915ab1440bf5ee71.zip |
0.32 version bump.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/pinger/pinger-0.32.ebuild')
-rw-r--r-- | net-analyzer/pinger/pinger-0.32.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-analyzer/pinger/pinger-0.32.ebuild b/net-analyzer/pinger/pinger-0.32.ebuild new file mode 100644 index 000000000000..7d610c311a45 --- /dev/null +++ b/net-analyzer/pinger/pinger-0.32.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/pinger-0.32.ebuild,v 1.1 2007/04/06 16:57:35 vanquirius 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 NEWS README +} |