mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nmap: fix zenmap dependencies
This commit is contained in:
parent
fe12e535b0
commit
d071761cc4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nmap'
|
# Template file for 'nmap'
|
||||||
pkgname=nmap
|
pkgname=nmap
|
||||||
version=7.94
|
version=7.94
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -32,7 +32,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
zenmap_package() {
|
zenmap_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision} pygtk"
|
depends="${sourcepkg}-${version}_${revision} python3-gobject python3-cairo"
|
||||||
short_desc+=" - GUI Frontend"
|
short_desc+=" - GUI Frontend"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/nmapfe
|
vmove usr/bin/nmapfe
|
||||||
|
|
Loading…
Add table
Reference in a new issue