diff options
Diffstat (limited to 'net-analyzer/nipper/nipper-0.11.3.ebuild')
-rw-r--r-- | net-analyzer/nipper/nipper-0.11.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-analyzer/nipper/nipper-0.11.3.ebuild b/net-analyzer/nipper/nipper-0.11.3.ebuild new file mode 100644 index 000000000000..28e4213fabf8 --- /dev/null +++ b/net-analyzer/nipper/nipper-0.11.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/nipper-0.11.3.ebuild,v 1.1 2008/01/27 17:14:04 ikelos Exp $ + +inherit toolchain-funcs eutils + +DESCRIPTION="Script to parse and report on Cisco config errors" +HOMEPAGE="http://www.sourceforge.net/projects/nipper" +SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/${P/_/-} + +src_install() { + dobin ${PN} + insinto /etc + doins ${PN}.conf + doman man/* + dodoc Readme INSTALL TODO Changelog docs/* +} |