diff options
author | 2008-07-29 20:13:27 +0000 | |
---|---|---|
committer | 2008-07-29 20:13:27 +0000 | |
commit | 206f346728cde7ffe7bd6eb966b00281871875e3 (patch) | |
tree | 8da3b6968e442b689042baa57be4b6d67bb049c8 /net-analyzer/nipper/nipper-0.11.9.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-206f346728cde7ffe7bd6eb966b00281871875e3.tar.gz gentoo-2-206f346728cde7ffe7bd6eb966b00281871875e3.tar.bz2 gentoo-2-206f346728cde7ffe7bd6eb966b00281871875e3.zip |
Version bump.
(Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'net-analyzer/nipper/nipper-0.11.9.ebuild')
-rw-r--r-- | net-analyzer/nipper/nipper-0.11.9.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-analyzer/nipper/nipper-0.11.9.ebuild b/net-analyzer/nipper/nipper-0.11.9.ebuild new file mode 100644 index 000000000000..36b4f94e2236 --- /dev/null +++ b/net-analyzer/nipper/nipper-0.11.9.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.9.ebuild,v 1.1 2008/07/29 20:13:27 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/* +} |