# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="NiX is a Security scanner for backdoors" HOMEPAGE="http://freshmeat.net/redir/nixsecscan/69484/url_homepage/nixsecurityscanner.com" SRC_URI="http://distfiles.gentoo.org/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND=" >=app-shells/zsh-4.3.2 " src_compile() { dosbin secscan } src_install() { dodoc TODO CHANGELOG }