pentoo-overlay/dev-db/sqlbf/sqlbf-1.0.1.ebuild
2010-01-31 21:53:11 +00:00

24 lines
605 B
Bash

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /root/portage/net-analyzer/sqlbf/sqlbf-1.0.1.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $
DESCRIPTION="SQLBF is a tool to audit mssql passwords strength offline"
HOMEPAGE="http://www.cqure.net/wp/sqlpat/"
SRC_URI="http://www.cqure.net/tools/${PN}-all-src-${PV}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-arch/unzip"
S=${WORKDIR}/${PN}
src_install () {
dobin bin/sqlbf
dodoc README.wri
docinto sample
dodoc default.cm hashes.txt small.dic
}