sqlmap: update to 1.5.3.
Moved package from /usr/share to /usr/libexec to conform better.
This commit is contained in:
parent
cb49b73165
commit
e887fc27ce
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sqlmap'
|
||||
pkgname=sqlmap
|
||||
version=1.5.2
|
||||
version=1.5.3
|
||||
revision=1
|
||||
pycompile_dirs="usr/share/sqlmap"
|
||||
depends="python3"
|
||||
|
@ -9,18 +9,18 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://sqlmap.org"
|
||||
distfiles="https://github.com/sqlmapproject/sqlmap/archive/${version}.tar.gz"
|
||||
checksum=d567aee3390b39f64215ec7ae53f6b654c28b136b5d2e18629e00b94eb233d06
|
||||
checksum=5cdd29b4a86913962ab1eecc1f59bd32a038d1573f70edb1760bf88f01347526
|
||||
python_version=3
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/${pkgname}
|
||||
vmkdir usr/libexec/${pkgname}
|
||||
for dir in data extra lib plugins tamper thirdparty sqlmap.py sqlmapapi.py; do
|
||||
vcopy $dir usr/share/${pkgname}
|
||||
vcopy $dir usr/libexec/${pkgname}
|
||||
done
|
||||
|
||||
vmkdir usr/bin
|
||||
ln -sf /usr/share/${pkgname}/sqlmap.py ${DESTDIR}/usr/bin/
|
||||
ln -sf /usr/share/${pkgname}/sqlmapapi.py ${DESTDIR}/usr/bin/
|
||||
ln -sf /usr/libexec/${pkgname}/sqlmap.py ${DESTDIR}/usr/bin/
|
||||
ln -sf /usr/libexec/${pkgname}/sqlmapapi.py ${DESTDIR}/usr/bin/
|
||||
|
||||
vsconf sqlmap.conf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue