* Added sqlibf

This commit is contained in:
grimmlin 2009-01-29 15:15:13 +00:00
parent 4dac9ca33a
commit cc7816eb62
2 changed files with 26 additions and 0 deletions

2
dev-db/sqlibf/Manifest Normal file
View file

@ -0,0 +1,2 @@
DIST sqlibf113b2.tar.gz 1518338 RMD160 1bf0a92cf16e640b9114687b4376f84b0621a5d1 SHA1 479530d7c66ba444c5850284ff5c9a7839ab6885 SHA256 abafcfb791273d78cc2d6fce860aeacd813a3f77bfd5557b9d2831157f0527df
EBUILD sqlibf-113_beta2.ebuild 608 RMD160 22a43f3fbcc1cd9cede9fa18d360d711793cc3c3 SHA1 e9ef2fece0fba3a1b2d740efd53af4f267ed7d11 SHA256 40b9d18be9653126e4c544a3f68e465327528abf813ddb69b78a2b99d50fdf5a

View file

@ -0,0 +1,24 @@
# Copyright 1999-2004 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 $
MY_P="${PN}${PV/_beta/b}"
DESCRIPTION="Tool for automatizing the work of detecting and exploiting SQL Injection vulnerabilities"
HOMEPAGE="http://www.open-labs.org/"
SRC_URI="http://www.open-labs.org/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RDEPEND="net-misc/curl"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}
src_install () {
dobin sqlibf
dodoc README.txt todo.txt
}