mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
sqlninja: updates
This commit is contained in:
parent
1ceb4a8da0
commit
13a055abd8
2 changed files with 15 additions and 5 deletions
11
net-analyzer/sqlninja/metadata.xml
Normal file
11
net-analyzer/sqlninja/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>noone@pentoo.org</email>
|
||||
<name>No One</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">sqlninja</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,17 +1,18 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# TODO: it's a deprecated package
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
MY_PV="$(ver_rs 3 '-')"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="A SQL Server injection & takeover tool"
|
||||
HOMEPAGE="https://sqlninja.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
|
||||
SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tgz"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
|
@ -27,8 +28,6 @@ RDEPEND="
|
|||
dev-perl/List-MoreUtils
|
||||
dev-perl/DBI"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_prepare() {
|
||||
sed -e "s:require \"lib/:require \"/usr/share/sqlninja/lib/:g" \
|
||||
-i sqlninja || die
|
||||
|
|
|
|||
Loading…
Reference in a new issue