Parent Directory
|
Revision Log
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)
| 1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | inherit cmake-utils |
| 6 | |
| 7 | DESCRIPTION="Router configuration security analysis tool" |
| 8 | HOMEPAGE="http://nipper.titania.co.uk/" |
| 9 | SRC_URI="mirror://sourceforge/nipper/${PN}-cli-${PV}.tgz" |
| 10 | |
| 11 | LICENSE="GPL-3" |
| 12 | SLOT="0" |
| 13 | KEYWORDS="~x86 ~amd64" |
| 14 | IUSE="" |
| 15 | |
| 16 | DEPEND=">=net-libs/libnipper-0.12" |
| 17 | RDEPEND="" |
| 18 | |
| 19 | S=${WORKDIR}/${PN}-cli-${PV} |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |