mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
sqlsus: really bumped
This commit is contained in:
parent
363d451bea
commit
520d37d131
1 changed files with 37 additions and 0 deletions
37
dev-db/sqlsus/sqlsus-0.7.1.ebuild
Normal file
37
dev-db/sqlsus/sqlsus-0.7.1.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="MySQL injection and takeover tool"
|
||||
HOMEPAGE="http://sqlsus.sourceforge.net"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tgz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-lang/perl
|
||||
dev-perl/libwww-perl
|
||||
dev-perl/WWW-Mechanize
|
||||
dev-perl/LWP-UserAgent-Determined
|
||||
dev-perl/HTML-LinkExtractor
|
||||
dev-perl/Term-ReadLine-Gnu"
|
||||
# libdbd-sqlite3-perl
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e 's:use lib '\''lib'\'':use lib "/usr/share/sqlsus/lib":' \
|
||||
sqlsus || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /etc/sqlsus
|
||||
doins "${FILESDIR}"/sqlsus.conf
|
||||
dobin sqlsus
|
||||
dodir /usr/share/sqlsus
|
||||
insinto /usr/share/sqlsus
|
||||
doins -r lib
|
||||
dodoc README CHANGELOG
|
||||
}
|
||||
Loading…
Reference in a new issue