summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-08-30 19:08:47 +0000
committerMike Auty <ikelos@gentoo.org>2008-08-30 19:08:47 +0000
commit6716ca1e8fff413243190bc2447d7b4e0aa44280 (patch)
treec24659fb3c57d042b63fb8b58d7a1488280e1f7c /net-analyzer/nipper/nipper-0.12.0.ebuild
parentMake init script baselayout-1 compatible wrt bug #235953 thanks to Daniel Pie... (diff)
downloadgentoo-2-6716ca1e8fff413243190bc2447d7b4e0aa44280.tar.gz
gentoo-2-6716ca1e8fff413243190bc2447d7b4e0aa44280.tar.bz2
gentoo-2-6716ca1e8fff413243190bc2447d7b4e0aa44280.zip
Major version bump. There have been significant changes, as it now makes use of the new libnipper.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'net-analyzer/nipper/nipper-0.12.0.ebuild')
-rw-r--r--net-analyzer/nipper/nipper-0.12.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-analyzer/nipper/nipper-0.12.0.ebuild b/net-analyzer/nipper/nipper-0.12.0.ebuild
new file mode 100644
index 000000000000..903f0759c088
--- /dev/null
+++ b/net-analyzer/nipper/nipper-0.12.0.ebuild
@@ -0,0 +1,19 @@
+# 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.12.0.ebuild,v 1.1 2008/08/30 19:08:47 ikelos Exp $
+
+inherit cmake-utils
+
+DESCRIPTION="Router configuration security analysis tool"
+HOMEPAGE="http://nipper.titania.co.uk/"
+SRC_URI="mirror://sourceforge/nipper/${PN}-cli-${PV}.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=net-libs/libnipper-0.12"
+RDEPEND=""
+
+S=${WORKDIR}/${PN}-cli-${PV}