nmap: nmapfe subpkg is noarch, remove useless pre_configure().
This commit is contained in:
parent
d55194c06b
commit
096b9bd9eb
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
depends="nmap>=$version desktop-file-utils pygtk"
|
||||
pycompile_module="radialnet zenmapCore zenmapGUI"
|
||||
noarch=yes
|
||||
short_desc="${short_desc} - GTK Frontend"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nmap'
|
||||
pkgname=nmap
|
||||
version=6.01
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="libpcap-devel openssl-devel pcre-devel lua-devel pygtk-devel"
|
||||
subpackages="nmapfe"
|
||||
|
@ -21,10 +21,3 @@ long_desc="
|
|||
versions) they are running, what type of packet filters/firewalls are in use, and
|
||||
dozens of other characteristics. It was designed to rapidly scan large networks,
|
||||
but works fine against single hosts."
|
||||
|
||||
pre_configure() {
|
||||
echo 'TryExec=/usr/bin/pygtk-demo' >> \
|
||||
zenmap/install_scripts/unix/zenmap.desktop
|
||||
echo 'TryExec=/usr/bin/pygtk-demo' >> \
|
||||
zenmap/install_scripts/unix/zenmap-root.desktop
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue